|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.mdm.segments.PV1
public final class PV1
PV1
Encapsulates MDM patient visit.
Nested Class Summary | |
---|---|
static class |
PV1.Builder
PV1.Builder
Build class used to construct and validate an PV1 object. |
Method Summary | |
---|---|
XCN |
getConsultingDoctor()
Retrieve consulting doctor. |
PatientClass |
getPatientClass()
Retrieve patient class. |
int |
getSetId()
Retrieve set ID. |
static PV1 |
parse(java.lang.String parseValue)
Parse PV1 from string. |
java.lang.String |
toString()
Outputs a formatted PV1 segment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getSetId()
public PatientClass getPatientClass()
PatientClass
.public XCN getConsultingDoctor()
XCN
.public java.lang.String toString()
PV1
segment.
toString
in class java.lang.Object
public static PV1 parse(java.lang.String parseValue)
PV1
from string.
parseValue
- String to be parsed (not null).
PV1
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |