| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.patientadministration |
Provides classes which implement Patient Administration Messages.
|
| Modifier and Type | Method and Description |
|---|---|
PDA |
ADT_A03.getPatientDeathandAutopsySegment()
Retrieves Patient Death and Autopsy segment(PDA) present in this message.
|
PDA |
ADT_A02.getPatientDeathandAutopsySegment()
Retrieves Patient Death and Autopsy segment(PDA) present in this message.
|
PDA |
ADT_A01_Common.getPatientDeathandAutopsySegment()
Retrieves Patient Death and Autopsy segment(PDA) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ADT_A03.setPatientDeathandAutopsySegment(PDA objPDA)
Sets value of Patient Death and Autopsy segment(PDA) for this message,overwrites if already present.
|
void |
ADT_A02.setPatientDeathandAutopsySegment(PDA objPDA)
Sets value of Patient Death and Autopsy segment(PDA) for this message,overwrites if already present.
|
void |
ADT_A01_Common.setPatientDeathandAutopsySegment(PDA objPDA)
Sets value of Patient Death and Autopsy segment(PDA) for this message,overwrites if already present.
|