| Modifier and Type | Class and Description |
|---|---|
static class |
PID.Builder
PID.Builder
Build class used to construct and validate a PID object. |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDateTimeOfBirth()
Retrieve patient date/time of birth.
|
XAD |
getPatientAddress()
Retrieve patient address.
|
List<CX> |
getPatientIdentifiers()
Retrieve patient identifiers.
|
XPN |
getPatientName()
Retrieve patient name.
|
int |
getSetId()
Retrieve set ID.
|
Sex |
getSex()
Retrieve patient sex.
|
static PID |
parse(String parseValue)
Parse
PID segment from string. |
String |
toString()
Outputs a formatted
PID segment. |
public int getSetId()
public List<CX> getPatientIdentifiers()
public XPN getPatientName()
public Date getDateTimeOfBirth()
public Sex getSex()
public XAD getPatientAddress()
public static PID parse(String parseValue)
PID segment from string.parseValue - String to be parsed (not null).PID segment.Copyright © 2021. All rights reserved.