| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.hl7model.messages.patientreferral |
Provides classes which implement Patient Referral Messages.
|
| Modifier and Type | Method and Description |
|---|---|
RF1 |
RRI_I12_Common.getReferralInformationSegment()
Retrieves Referral Information(RF1) segment present in this message
|
RF1 |
RQA_I08_Common.getReferralInformationSegment()
Retrieves Referral Information(RF1) segment present in this message
|
RF1 |
RPA_I08_Common.getReferralInformationSegment()
Retrieves Referral Information(RF1) segment present in this message
|
RF1 |
REF_I12_Common.getReferralInformationSegment()
Retrieves Referral Information(RF1) segment present in this message
|
RF1 |
CQU_I19.getReferralInformationSegment()
Retrieves Referral Information(RF1) segment present in this message
|
RF1 |
CCU_I20.getReferralInformationSegment()
Retrieves Referral Information(RF1) segment present in this message
|
RF1 |
CCQ_I19.getReferralInformationSegment()
Retrieves Referral Information(RF1) segment present in this message
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<RF1> |
CCR_I16_Common.getReferralInformationSegments()
Retrieves Collection of Referral Information Segments(RF1) present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CCR_I16_Common.addReferralInformationSegment(RF1 objRF1)
Adds Referral Information Segment(RF1) to this message.
|
void |
RRI_I12_Common.setReferralInformationSegment(RF1 objRF1)
Sets value of Referral Information segment for this message,overwrites if already present.
|
void |
RQA_I08_Common.setReferralInformationSegment(RF1 objRF1)
Sets value of Referral Information segment for this message,overwrites if already present.
|
void |
RPA_I08_Common.setReferralInformationSegment(RF1 objRF1)
Sets value of Referral Information segment for this message,overwrites if already present.
|
void |
REF_I12_Common.setReferralInformationSegment(RF1 objRF1)
Sets value of Referral Information segment for this message,overwrites if already present.
|
void |
CQU_I19.setReferralInformationSegment(RF1 objRF1)
Sets value of Referral Information segment for this message,overwrites if already present.
|
void |
CCU_I20.setReferralInformationSegment(RF1 objRF1)
Sets value of Referral Information segment for this message,overwrites if already present.
|
void |
CCQ_I19.setReferralInformationSegment(RF1 objRF1)
Sets value of Referral Information segment for this message,overwrites if already present.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CCR_I16_Common.addReferralInformationSegment(ISingleCollection<RF1> objRF1SegmentCollection)
Adds collection of Referral Information Segment(RF1) to this message.
|