| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.patientreferral |
Provides classes which implement Patient Referral Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.query |
Provides classes which implement Query Messages.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<DSP> |
RPL_I02.getDisplayDataSegments()
Retrieves Collection of DisplayData Segments(DSP) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RPL_I02.addDisplayDataSegment(DSP objDSP)
Adds DisplayData Segment(DSP) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RPL_I02.addDisplayDataSegments(ISingleCollection<DSP> objDSPSegmentCollection)
Adds collection of DisplayData Segment(DSP) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
DSP |
UDM_Q05.getDisplayDataSegment()
Retrieves the Display Data(DSP) Segment present in this message
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<DSP> |
RDY_Z80.getDisplayDataSegments()
Retrieves the Collection of Display Data(DSP) segment present in this message.
|
ISingleCollection<DSP> |
RDY_K15_Common.getDisplayDataSegments()
Retrieves the Collection of Display Data(DSP) segment present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UDM_Q05.addDisplayDataSegment(DSP objDSP)
Adds the Display Data(DSP) to this message.
|
void |
RDY_Z80.addDisplayDataSegment(DSP objDSP)
Adds the Display Data(DSP) segment to this message.
|
void |
RDY_K15_Common.addDisplayDataSegment(DSP objDSP)
Adds the Display Data(DSP) segment to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UDM_Q05.addDisplayDataSegments(ISingleCollection<DSP> objDSPSegmentCollection)
Adds the collection of Display Data Segment(DSP) to this message.
|
void |
RDY_Z80.addDisplayDataSegments(ISingleCollection<DSP> objDSPSegmentCollection)
Adds the collection of Display Data(DSP) segment to this message.
|
void |
RDY_K15_Common.addDisplayDataSegments(ISingleCollection<DSP> objDSPSegmentCollection)
Adds the collection of Display Data(DSP) segment to this message.
|