|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.gov.nehta.vendorlibrary.mdm.segments.PID
public final class PID
PID
Encapsulates MDM patient identification type.
Nested Class Summary | |
---|---|
static class |
PID.Builder
PID.Builder
Build class used to construct and validate a PID object. |
Method Summary | |
---|---|
java.util.Date |
getDateTimeOfBirth()
Retrieve patient date/time of birth. |
XAD |
getPatientAddress()
Retrieve patient address. |
java.util.List<CX> |
getPatientIdentifiers()
Retrieve patient identifiers. |
XPN |
getPatientName()
Retrieve patient name. |
int |
getSetId()
Retrieve set ID. |
Sex |
getSex()
Retrieve patient sex. |
static PID |
parse(java.lang.String parseValue)
Parse PID segment from string. |
java.lang.String |
toString()
Outputs a formatted PID segment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getSetId()
public java.util.List<CX> getPatientIdentifiers()
public XPN getPatientName()
public java.util.Date getDateTimeOfBirth()
public Sex getSex()
public XAD getPatientAddress()
public static PID parse(java.lang.String parseValue)
PID
segment from string.
parseValue
- String to be parsed (not null).
PID
segment.public java.lang.String toString()
PID
segment.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |