| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.segments |
Provides classes which implement segments in HL7 standard.
|
| Modifier and Type | Method and Description |
|---|---|
EIP |
ORC.getParent()
Retrieves the Parent.
|
EIP |
OBR.getParent()
Retrieves the Parent.
|
EIP |
OBR.getParentOrder()
Retrieves the Parent Order.
|
EIP |
SCH.getPlacerGroupNumber()
Retrieves the Placer Group Number.
|
EIP |
ORC.getPlacerGroupNumber()
Retrieves the Placer Group Number.
|
EIP |
ARQ.getPlacerGroupNumber()
Retrieves the Placer Group Number.
|
EIP |
SPM.getSpecimenID()
Retrieves the Specimen ID.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<EIP> |
SPM.getSpecimenParentIDs()
Retrieves the Specimen Parent IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SPM.addSpecimenParentIDs(EIP objspecimenParentIDs)
Add the Specimen Parent IDs.
|
void |
ORC.setParent(EIP objparent)
Set the Parent.
|
void |
OBR.setParent(EIP parent)
Set the Parent.
|
void |
OBR.setParentOrder(EIP parentOrder)
Set the Parent Order.
|
void |
SCH.setPlacerGroupNumber(EIP objplacerGroupNumber)
Set the Placer Group Number.
|
void |
ORC.setPlacerGroupNumber(EIP objplacerGroupNumber)
Set the Placer Group Number.
|
void |
ARQ.setPlacerGroupNumber(EIP objplacerGroupNumber)
Set the Placer Group Number.
|
void |
SPM.setSpecimenID(EIP objspecimenID)
Set the Specimen ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SPM.setSpecimenParentIDs(ISingleCollection<EIP> objspecimenParentIDsList)
Set the Specimen Parent IDs.
|