| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.segments |
Provides classes which implement segments in HL7 standard.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<PLN> |
CTD.getContactIdentifiers()
Retrieves the Contact Identifiers.
|
ISingleCollection<PLN> |
PRA.getPractitionerIDNumbers()
Retrieves the Practitioner ID Numbers.
|
ISingleCollection<PLN> |
PRD.getProviderIdentifiers()
Retrieves the Provider Identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTD.addContactIdentifiers(PLN objtempContactIdentifiers)
Set the Contact Identifiers.
|
void |
PRA.addPractitionerIDNumbers(PLN objPractitionerIDNumbers)
Add the Practitioner ID Numbers.
|
void |
PRD.addProviderIdentifiers(PLN objtempProviderIdentifiers)
Set the Provider Identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CTD.setContactIdentifiers(ISingleCollection<PLN> objContactIdentifiersList)
Sets the Contact Identifiers.
|
void |
PRA.setPractitionerIDNumbers(ISingleCollection<PLN> objPractitionerIDNumbersList)
Set the Practitioner ID Numbers.
|
void |
PRD.setProviderIdentifiers(ISingleCollection<PLN> objProviderIdentifiersList)
Set the Provider Identifiers list.
|