| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.personnelmanagement |
Provides classes which implement Personnel Management Messages.
|
| Modifier and Type | Method and Description |
|---|---|
PRA |
PMU_B08.getPractitionerSegment()
Retrieves Collection of Practitioner Segments(PRA) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<PRA> |
PMU_B07.getPractitionerSegments()
Retrieves Collection of Practitioner Segments(PRA) present in this message.
|
ISingleCollection<PRA> |
PMU_B04_Common.getPractitionerSegments()
Retrieves Collection of Practitioner Segments(PRA) present in this message.
|
ISingleCollection<PRA> |
PMU_B01_Common.getPractitionerSegments()
Retrieves Collection of Practitioner Segments(PRA) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PMU_B07.addPractitionerSegment(PRA objPRA)
Adds Practitioner Segment(PRA) to this message.
|
void |
PMU_B04_Common.addPractitionerSegment(PRA objPRA)
Adds Practitioner Segment(PRA) to this message.
|
void |
PMU_B01_Common.addPractitionerSegment(PRA objPRA)
Adds Practitioner Segment(PRA) to this message.
|
void |
PMU_B08.setPractitionerSegment(PRA objPRA)
Adds Practitioner Segment(PRA) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PMU_B07.addPractitionerSegments(ISingleCollection<PRA> objPRASegmentCollection)
Adds collection of Practitioner Segment(PRA) to this message.
|
void |
PMU_B04_Common.addPractitionerSegments(ISingleCollection<PRA> objPRASegmentCollection)
Adds collection of Practitioner Segment(PRA) to this message.
|
void |
PMU_B01_Common.addPractitionerSegments(ISingleCollection<PRA> objPRASegmentCollection)
Adds collection of Practitioner Segment(PRA) to this message.
|