| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.clinicallaboratoryautomation |
Provides classes which implements Clinical Laboratory Automation Messages.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<INV> |
INU_U05.getInventoryDetail()
Retrieves Collection of Inventory Detail(INV) present in this message.
|
ISingleCollection<INV> |
INR_U06.getInventoryDetail()
Retrieves Collection of Inventory Detail(INV) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INU_U05.addInventoryDetail(INV objINV)
Adds Inventory Detail(INV) to this message.
|
void |
INR_U06.addInventoryDetail(INV objINV)
Adds Inventory Detail(INV) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INU_U05.addInventoryDetail(ISingleCollection<INV> objINVSegmentCollection)
Adds collection of Inventory Detail(INV) to this message.
|
void |
INR_U06.addInventoryDetail(ISingleCollection<INV> objINVSegmentCollection)
Adds collection of Inventory Detail(INV) to this message.
|