| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.personnelmanagement |
Provides classes which implement Personnel Management Messages.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<ORG> |
PMU_B04_Common.getOrganizationSegments()
Retrieves Collection of Organization Segments(ORG) present in this message.
|
ISingleCollection<ORG> |
PMU_B01_Common.getOrganizationSegments()
Retrieves Collection of Organization Segments(ORG) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PMU_B04_Common.addOrganizationSegment(ORG objORG)
Adds Organization Segment(ORG) to this message.
|
void |
PMU_B01_Common.addOrganizationSegment(ORG objORG)
Adds Organization Segment(ORG) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PMU_B04_Common.addOrganizationSegments(ISingleCollection<ORG> objORGSegmentCollection)
Adds collection of Organization Segment(ORG) to this message.
|
void |
PMU_B01_Common.addOrganizationSegments(ISingleCollection<ORG> objSegmentORGCollection)
Adds collection of Organization Segment(ORG) to this message.
|