| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.scheduling |
Provides classes which implement Scheduling Messages.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<TQ1> |
SIU_S12_Common.getTimingQuantitySegments()
Retrieves Collection of Timing/Quantity Segments(TQ1) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SIU_S12_Common.addTimingQuantitySegment(TQ1 objTQ1)
Adds Timing/Quantity Segment(TQ1) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SIU_S12_Common.addTimingQuantitySegments(ISingleCollection<TQ1> objTQ1SegmentCollection)
Adds collection of TimingQuantity Segment(TQ1) to this message.
|