| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.personnelmanagement |
Provides classes which implement Personnel Management Messages.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<CER> |
PMU_B08.getCertificateSegments()
Retrieves Collection of Certificate Segments(CER) present in this message.
|
ISingleCollection<CER> |
PMU_B01_Common.getCertificateSegments()
Retrieves Collection of Certificate Segments(CER) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PMU_B08.addCertificateSegment(CER objCER)
Adds Certificate Segment(CER) to this message.
|
void |
PMU_B01_Common.addCertificateSegment(CER objCER)
Adds Certificate Segment(CER) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PMU_B08.addCertificateSegments(ISingleCollection<CER> objCERSegmentCollection)
Adds collection of Certificate Segment(CER) to this message.
|
void |
PMU_B01_Common.addCertificateSegments(ISingleCollection<CER> objCERSegmentCollection)
Adds collection of Certificate Segment(CER) to this message.
|