| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.patientreferral |
Provides classes which implement Patient Referral Messages.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<REL> |
CQU_I19.getRelationshipSegments()
Retrieves Collection of Relationship Segments(REL) present in this message.
|
ISingleCollection<REL> |
CCU_I20.getRelationshipSegments()
Retrieves Collection of Relationship Segments(REL) present in this message.
|
ISingleCollection<REL> |
CCR_I16_Common.getRelationshipSegments()
Retrieves Collection of Relationship Segments(REL) present in this message.
|
ISingleCollection<REL> |
CCQ_I19.getRelationshipSegments()
Retrieves Collection of Relationship Segments(REL) present in this message.
|
ISingleCollection<REL> |
CCM_I21.getRelationshipSegments()
Retrieves Collection of Relationship Segments(REL) present in this message.
|
ISingleCollection<REL> |
CCI_I22.getRelationshipSegments()
Retrieves Collection of Relationship Segments(REL) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CQU_I19.addRelationshipSegment(REL objREL)
Adds Relationship Segment(REL) to this message.
|
void |
CCU_I20.addRelationshipSegment(REL objREL)
Adds Relationship Segment(REL) to this message.
|
void |
CCR_I16_Common.addRelationshipSegment(REL objREL)
Adds Relationship Segment(REL) to this message.
|
void |
CCQ_I19.addRelationshipSegment(REL objREL)
Adds Relationship Segment(REL) to this message.
|
void |
CCM_I21.addRelationshipSegment(REL objREL)
Adds Relationship Segment(REL) to this message.
|
void |
CCI_I22.addRelationshipSegment(REL objREL)
Adds Relationship Segment(REL) to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CQU_I19.addRelationshipSegment(ISingleCollection<REL> objRELSegmentCollection)
Adds collection of Relationship Segment(REL) to this message.
|
void |
CCU_I20.addRelationshipSegment(ISingleCollection<REL> objRELSegmentCollection)
Adds collection of Relationship Segment(REL) to this message.
|
void |
CCR_I16_Common.addRelationshipSegment(ISingleCollection<REL> objRELSegmentCollection)
Adds collection of Relationship Segment(REL) to this message.
|
void |
CCQ_I19.addRelationshipSegment(ISingleCollection<REL> objRELSegmentCollection)
Adds collection of Relationship Segment(REL) to this message.
|
void |
CCM_I21.addRelationshipSegment(ISingleCollection<REL> objRELSegmentCollection)
Adds collection of Relationship Segment(REL) to this message.
|
void |
CCI_I22.addRelationshipSegment(ISingleCollection<REL> objRELSegmentCollection)
Adds collection of Relationship Segment(REL) to this message.
|