| Package | Description |
|---|---|
| cdac.medinfo.sdk.hl7282.baselibs.messages |
Provides Classes necessary to create Message, Acknowledgement and also contains
Exception classes which are specific to message operations like serialize, validate & parse.
|
| cdac.medinfo.sdk.hl7282.commoninterface |
Defines contract for base library and HL7 model.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.applicationmanagement |
Provides classes which implements Application Management Messages in HL7.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.claimsandreimbursement |
Provides classes which implements Claims And Reimbursement Messages in HL7.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.clinicallaboratoryautomation |
Provides classes which implements Clinical Laboratory Automation Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.financialmanagement |
Provides classes which implements Financial Management Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.masterfiles |
Provides classes which implement Master Files Messages .
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.materialsmanagement |
Provides classes which implement Materials Management Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.medicalrecords |
Provides classes which implement Medical Records Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.observationreporting |
Provides classes which implement Observation Reporting Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry |
Provides classes which implement Order Entry Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.patientadministration |
Provides classes which implement Patient Administration Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.patientcare |
Provides classes which implement Patient Care Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.patientreferral |
Provides classes which implement Patient Referral Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.personnelmanagement |
Provides classes which implement Personnel Management Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.query |
Provides classes which implement Query Messages.
|
| cdac.medinfo.sdk.hl7282.hl7model.messages.scheduling |
Provides classes which implement Scheduling Messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Group
Group class contains multi valued paired collection of segments and groups of HL7 message group.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
Message.getGroup(ISegmentKey enumSegments)
Get the Group Collection from the Message with the help of provided Segment Key.
|
ISingleCollection<IGroup> |
Group.getGroup(ISegmentKey enumGroup)
Gives collection of group of name enumGroup as passed by user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.addGroup(ISegmentKey enumSegments,
IGroup objGroup)
Adds the group in Collection of data value.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
IGroup.getGroup(ISegmentKey enumGroup)
Gives collection of group of name enumGroup as passed by user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IGroup.addGroup(ISegmentKey enumSegments,
IGroup objGroup)
Adds the group in Collection of data value.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
NMD_N02.getClockAndStatsWithNotesGroups()
Retrieves Collection of CLOCK_AND_STATS_WITH_NOTES GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NMD_N02.addClockAndStatsWithNotesGroups(IGroup objGroup)
Adds CLOCK_AND_STATS_WITH_NOTES GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NMD_N02.addClockAndStatsWithNotesGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of CLOCK_AND_STATS_WITH_NOTES GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
EHC_E15.getAdjustmentPayeeGroups()
Retrieves Collection of ADJUSTMENT_PAYEE present in this message.
|
ISingleCollection<IGroup> |
EHC_E21.getAuthorizationRequestGroups()
Retrieves Collection of AUTHORIZATION_REQUEST present in this message.
|
ISingleCollection<IGroup> |
EHC_E20.getAuthorizationRequestGroups()
Retrieves Collection of AUTHORIZATION_REQUEST present in this message.
|
ISingleCollection<IGroup> |
EHC_E24.getAuthorizationResponseInfoGroups()
Retrieves Collection of AUTHORIZATION_RESPONSE_INFO present in this message.
|
ISingleCollection<IGroup> |
EHC_E02.getInvoiceInformationSubmitGroups()
Retrieves Collection of INVOICE_INFORMATION_SUBMIT present in this message.
|
ISingleCollection<IGroup> |
EHC_E01.getInvoiceInformationSubmitGroups()
Retrieves Collection of INVOICE_INFORMATION_SUBMIT present in this message.
|
ISingleCollection<IGroup> |
EHC_E10.getInvoiceProcessingResultsInfoGroups()
Retrieves Collection of INVOICE_PROCESSING_RESULTS_INFO present in this message.
|
ISingleCollection<IGroup> |
EHC_E15.getPaymentRemittanceDetailInfoGroups()
Retrieves Collection of PAYMENT_REMITTANCE_DETAIL_INFO present in this message.
|
ISingleCollection<IGroup> |
EHC_E15.getPaymentRemittanceHeaderInfoGroups()
Retrieves Collection of PAYMENT_REMITTANCE_HEADER_INFO present in this message.
|
ISingleCollection<IGroup> |
RSP_E22.getQueryACKGroups()
Retrieves Collection of QUERY_ACK present in this message.
|
ISingleCollection<IGroup> |
RSP_E03.getQueryACKIPRGroups()
Retrieves Collection of QUERY_ACK_IPR present in this message.
|
ISingleCollection<IGroup> |
QBP_E22.getQueryGroups()
Retrieves Collection of QUERY present in this message.
|
ISingleCollection<IGroup> |
QBP_E03.getQueryInformationGroups()
Retrieves Collection of QUERY_INFORMATION present in this message.
|
ISingleCollection<IGroup> |
EHC_E04.getReassessmentRequestInfoGroups()
Retrieves Collection of REASSESSMENT_REQUEST_INFO present in this message.
|
ISingleCollection<IGroup> |
EHC_E13.getRequestGroups()
Retrieves Collection of REQUEST present in this message.
|
ISingleCollection<IGroup> |
EHC_E12.getRequestGroups()
Retrieves Collection of REQUEST present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EHC_E15.addAdjustmentPayeeGroup(IGroup objGroup)
Adds ADJUSTMENT_PAYEE to this message.
|
void |
EHC_E21.addAuthorizationRequestGroup(IGroup objGroup)
Adds AUTHORIZATION_REQUEST to this message.
|
void |
EHC_E20.addAuthorizationRequestGroup(IGroup objGroup)
Adds AUTHORIZATION_REQUEST to this message.
|
void |
EHC_E24.addAuthorizationResponseInfoGroup(IGroup objGroup)
Adds AUTHORIZATION_RESPONSE_INFO to this message.
|
void |
EHC_E02.addInvoiceInformationSubmitGroup(IGroup objGroup)
Adds INVOICE_INFORMATION_SUBMIT to this message.
|
void |
EHC_E01.addInvoiceInformationSubmitGroup(IGroup objGroup)
Adds INVOICE_INFORMATION_SUBMIT to this message.
|
void |
EHC_E10.addInvoiceProcessingResultsInfoGroup(IGroup objGroup)
Adds INVOICE_PROCESSING_RESULTS_INFO to this message.
|
void |
EHC_E15.addPaymentRemittanceDetailInfoGroup(IGroup objGroup)
Adds PAYMENT_REMITTANCE_DETAIL_INFO to this message.
|
void |
EHC_E15.addPaymentRemittanceHeaderInfoGroup(IGroup objGroup)
Adds PAYMENT_REMITTANCE_HEADER_INFO to this message.
|
void |
RSP_E22.addQueryACKGroup(IGroup objGroup)
Adds QUERY_ACK to this message.
|
void |
RSP_E03.addQueryACKIPRGroup(IGroup objGroup)
Adds QUERY_ACK_IPR to this message.
|
void |
QBP_E22.addQueryGroup(IGroup objGroup)
Adds QUERY to this message.
|
void |
QBP_E03.addQueryInformationGroup(IGroup objGroup)
Adds QUERY_INFORMATION to this message.
|
void |
EHC_E04.addReassessmentRequestInfoGroup(IGroup objGroup)
Adds REASSESSMENT_REQUEST_INFO to this message.
|
void |
EHC_E13.addRequestGroup(IGroup objGroup)
Adds REQUEST to this message.
|
void |
EHC_E12.addRequestGroup(IGroup objGroup)
Adds REQUEST to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EHC_E15.addAdjustmentPayeeGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ADJUSTMENT_PAYEE to this message.
|
void |
EHC_E21.addAuthorizationRequestGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of AUTHORIZATION_REQUEST to this message.
|
void |
EHC_E20.addAuthorizationRequestGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of AUTHORIZATION_REQUEST to this message.
|
void |
EHC_E24.addAuthorizationResponseInfoGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of AUTHORIZATION_RESPONSE_INFO to this message.
|
void |
EHC_E02.addInvoiceInformationSubmitGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of INVOICE_INFORMATION_SUBMIT to this message.
|
void |
EHC_E01.addInvoiceInformationSubmitGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of INVOICE_INFORMATION_SUBMIT to this message.
|
void |
EHC_E10.addInvoiceProcessingResultsInfoGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of INVOICE_PROCESSING_RESULTS_INFO to this message.
|
void |
EHC_E15.addPaymentRemittanceDetailInfoGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PAYMENT_REMITTANCE_DETAIL_INFO to this message.
|
void |
EHC_E15.addPaymentRemittanceHeaderInfoGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PAYMENT_REMITTANCE_HEADER_INFO to this message.
|
void |
RSP_E22.addQueryACKGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY_ACK to this message.
|
void |
RSP_E03.addQueryACKIPRGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY_ACK_IPR to this message.
|
void |
QBP_E22.addQueryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY to this message.
|
void |
QBP_E03.addQueryInformationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY_INFORMATION to this message.
|
void |
EHC_E04.addReassessmentRequestInfoGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of REASSESSMENT_REQUEST_INFO to this message.
|
void |
EHC_E13.addRequestGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of REQUEST to this message.
|
void |
EHC_E12.addRequestGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of REQUEST to this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
EAC_U07.getCommandGroups()
Retrieves Collection of COMMAND GROUP present in this message.
|
ISingleCollection<IGroup> |
EAR_U08.getCommandResponseGroups()
Retrieves Collection of COMMAND RESPONSE GROUP present in this message.
|
ISingleCollection<IGroup> |
EAN_U09.getNotificationGroups()
Retrieves Collection of NOTIFICATION GROUP present in this message.
|
ISingleCollection<IGroup> |
SSU_U03.getSpecimenContainerGroups()
Retrieves Collection of SPECIMEN CONTAINER GROUP present in this message.
|
ISingleCollection<IGroup> |
SSR_U04.getSpecimenContainerGroups()
Retrieves Collection of SPECIMEN CONTAINER GROUP present in this message.
|
ISingleCollection<IGroup> |
TCU_U10_Common.getTestConfigurationGroups()
Retrieves Collection of TEST CONFIGURATION GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EAC_U07.addCommandGroup(IGroup objGroup)
Adds COMMAND GROUP to this message.
|
void |
EAR_U08.addCommandResponseGroup(IGroup objGroup)
Adds COMMAND RESPONSE GROUP to this message.
|
void |
EAN_U09.addNotificationGroup(IGroup objGroup)
Adds NOTIFICATION GROUP to this message.
|
void |
SSU_U03.addSpecimenContainerGroup(IGroup objGroup)
Adds SPECIMEN CONTAINER GROUP to this message.
|
void |
SSR_U04.addSpecimenContainerGroup(IGroup objGroup)
Adds SPECIMEN CONTAINER GROUP to this message.
|
void |
TCU_U10_Common.addTestConfigurationGroup(IGroup objGroup)
Adds TEST CONFIGURATION GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EAC_U07.addCommandGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of COMMAND GROUP to this message.
|
void |
EAR_U08.addCommandResponseGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of COMMAND RESPONSE GROUP to this message.
|
void |
EAN_U09.addNotificationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of NOTIFICATION GROUP to this message.
|
void |
SSU_U03.addSpecimenContainerGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of SPECIMEN CONTAINER GROUP to this message.
|
void |
SSR_U04.addSpecimenContainerGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of SPECIMEN CONTAINER GROUP to this message.
|
void |
TCU_U10_Common.addTestConfigurationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of TEST CONFIGURATION GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
DFT_P11.getCommonOrderGroups()
Retrieves Collection of Common Order GROUP present in this message.
|
ISingleCollection<IGroup> |
DFT_P03.getCommonOrderGroups()
Retrieves Collection of Common Order GROUP present in this message.
|
ISingleCollection<IGroup> |
DFT_P11.getFinancialGroups()
Retrieves Collection of Financial GROUP present in this message.
|
ISingleCollection<IGroup> |
DFT_P03.getFinancialGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
DFT_P11.getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
DFT_P03.getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
BAR_P06.getPatientGroups()
Retrieves Patient Group present in this message.
|
ISingleCollection<IGroup> |
BAR_P02.getPatientGroups()
Retrieves Patient Group present in this message.
|
ISingleCollection<IGroup> |
BAR_P12.getProcedureGroups()
Retrieves Collection of Procedure Group present in this message.
|
ISingleCollection<IGroup> |
BAR_P10.getProcedureGroups()
Retrieves Collection of Procedure Group present in this message.
|
ISingleCollection<IGroup> |
BAR_P05.getVisitGroups()
Retrieves Collection of VISIT GROUP present in this message.
|
ISingleCollection<IGroup> |
BAR_P01.getVisitGroups()
Retrieves Collection of VISIT GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DFT_P11.addCommonOrderGroup(IGroup objGroup)
Adds Common Order GROUP to this message.
|
void |
DFT_P03.addCommonOrderGroup(IGroup objGroup)
Adds Common Order GROUP to this message.
|
void |
DFT_P11.addFinancialGroup(IGroup objGroup)
Adds Financial GROUP to this message.
|
void |
DFT_P03.addFinancialGroup(IGroup objGroup)
Adds Financial GROUP to this message.
|
void |
DFT_P11.addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
DFT_P03.addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
BAR_P06.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
BAR_P02.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
BAR_P12.addProcedureGroup(IGroup objGroup)
Adds Procedure Group to this message.
|
void |
BAR_P10.addProcedureGroup(IGroup objGroup)
Adds Procedure Group to this message.
|
void |
BAR_P05.addVisitGroup(IGroup objGroup)
Adds VISIT GROUP to this message.
|
void |
BAR_P01.addVisitGroup(IGroup objGroup)
Adds VISIT GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DFT_P11.addCommonOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Common Order GROUP to this message.
|
void |
DFT_P03.addCommonOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Common Order GROUP to this message.
|
void |
DFT_P11.addFinancialGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Financial GROUP to this message.
|
void |
DFT_P03.addFinancialGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Financial GROUP to this message.
|
void |
DFT_P11.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
DFT_P03.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
BAR_P06.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
BAR_P02.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
BAR_P12.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds collection of Procedure Segment to this message.
|
void |
BAR_P10.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds collection of Procedure Group to this message.
|
void |
BAR_P05.addVisitGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of VISIT GROUP to this message.
|
void |
BAR_P01.addVisitGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of VISIT GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
MFN_M16.getMaterialItemRecordGroups()
Retrieves Collection of MATERIAL_ITEM_RECORD GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M05.getMfCdmGroups()
Retrieves Collection of MF_LOCATION GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M04.getMfCdmGroups()
Retrieves Collection of MF_CDM GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M06.getMfClinStudyGroups()
Retrieves Collection of MF_CLIN_STUDY GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M07.getMfClinStudySchedGroups()
Retrieves Collection of MF_CLIN_STUDY_SCHED GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M17.getMfDrgGroups()
Retrieves Collection of MF_DRG GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M15.getMfInvItemGroups()
Retrieves Collection of MF_INV_ITEM GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M12.getMfObsAttributesGroups()
Retrieves Collection of MF_OBS_ATTRIBUTES GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M18.getMfPayerGroups()
Retrieves Collection of MF_PAYER GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M02.getMfStaffGroups()
Retrieves Collection of MF_STAFF GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M10.getMfTestBatteriesGroups()
Retrieves Collection of MF_TEST_BATTERIES GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M11.getMfTestCalculatedGroups()
Retrieves Collection of MF_TEST_CALCULATED GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M09.getMfTestCategoricalGroups()
Retrieves Collection of MF_TEST_CATEGORICAL GROUP present in this message.
|
ISingleCollection<IGroup> |
MFN_M08.getMfTestNumericGroups()
Retrieves Collection of MF_TEST_NUMERIC GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MFN_M16.addMaterialItemRecordGroup(IGroup objGroup)
Adds MATERIAL_ITEM_RECORD GROUP to this message.
|
void |
MFN_M04.addMfCdmGroup(IGroup objGroup)
Adds MF_CDM GROUP to this message.
|
void |
MFN_M06.addMfClinStudyGroup(IGroup objGroup)
Adds MF_CLIN_STUDY GROUP to this message.
|
void |
MFN_M07.addMfClinStudySchedGroup(IGroup objGroup)
Adds MF_CLIN_STUDY_SCHED GROUP to this message.
|
void |
MFN_M17.addMfDrgGroup(IGroup objGroup)
Adds MF_DRG GROUP to this message.
|
void |
MFN_M15.addMfInvItemGroup(IGroup objGroup)
Adds MF_INV_ITEM GROUP to this message.
|
void |
MFN_M05.addMfLocationGroup(IGroup objGroup)
Adds MF_LOCATION GROUP to this message.
|
void |
MFN_M12.addMfObsAttributesGroup(IGroup objGroup)
Adds MF_OBS_ATTRIBUTES GROUP to this message.
|
void |
MFN_M18.addMfPayerGroup(IGroup objGroup)
Adds MF_PAYER GROUP to this message.
|
void |
MFN_M02.addMfStaffGroup(IGroup objGroup)
Adds MF_STAFF GROUP to this message.
|
void |
MFN_M10.addMfTestBatteriesGroup(IGroup objGroup)
Adds MF_TEST_BATTERIES GROUP to this message.
|
void |
MFN_M11.addMfTestCalculatedGroup(IGroup objGroup)
Adds MF_TEST_CALCULATED GROUP to this message.
|
void |
MFN_M09.addMfTestCategoricalGroup(IGroup objGroup)
Adds MF_TEST_CATEGORICAL GROUP to this message.
|
void |
MFN_M08.addMfTestNumericGroup(IGroup objGroup)
Adds MF_TEST_NUMERIC GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MFN_M16.addMaterialItemRecordGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MATERIAL_ITEM_RECORD GROUP to this message.
|
void |
MFN_M04.addMfCdmGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_CDM GROUP to this message.
|
void |
MFN_M06.addMfClinStudyGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_CLIN_STUDY GROUP to this message.
|
void |
MFN_M07.addMfClinStudySchedGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_CLIN_STUDY_SCHED GROUP to this message.
|
void |
MFN_M17.addMfDrgGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_DRG GROUP to this message.
|
void |
MFN_M15.addMfInvItemGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_INV_ITEM GROUP to this message.
|
void |
MFN_M05.addMfLocationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_LOCATION GROUP to this message.
|
void |
MFN_M12.addMfObsAttributesGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_OBS_ATTRIBUTES GROUP to this message.
|
void |
MFN_M18.addMfPayerGroup(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_PAYER GROUP to this message.
|
void |
MFN_M02.addMfStaffGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_STAFF GROUP to this message.
|
void |
MFN_M10.addMfTestBatteriesGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_TEST_BATTERIES GROUP to this message.
|
void |
MFN_M11.addMfTestCalculatedGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_TEST_CALCULATED GROUP to this message.
|
void |
MFN_M09.addMfTestCategoricalGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_TEST_CATEGORICAL GROUP to this message.
|
void |
MFN_M08.addMfTestNumericGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MF_TEST_NUMERIC GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
SDR_S32_Common.getAntiMicrobialDeviceCycleDataGroups()
Retrieves Collection of ANTI-MICROBIAL_DEVICE_CYCLE_DATA present in this message.
|
ISingleCollection<IGroup> |
SDR_S31_Common.getAntiMicrobialDeviceDataGroups()
Retrieves Collection of ANTI-MICROBIAL_DEVICE_DATA present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDR_S32_Common.addAntiMicrobialDeviceCycleDataGroup(IGroup objGroup)
Adds ANTI-MICROBIAL_DEVICE_CYCLE_DATA to this message.
|
void |
SDR_S31_Common.addAntiMicrobialDeviceDataGroup(IGroup objGroup)
Adds ANTI-MICROBIAL_DEVICE_DATA to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDR_S32_Common.addAntiMicrobialDeviceCycleDataGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ANTI-MICROBIAL_DEVICE_CYCLE_DATA to this message.
|
void |
SDR_S31_Common.addAntiMicrobialDeviceDataGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ANTI-MICROBIAL_DEVICE_DATA to this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
MDM_T02_Common.getCommonOrderGroups()
Retrieves Collection of Common Order GROUP present in this message.
|
ISingleCollection<IGroup> |
MDM_T01_Common.getCommonOrderGroups()
Retrieves Collection of Common Order GROUP present in this message.
|
ISingleCollection<IGroup> |
MDM_T02_Common.getObservationGroups()
Retrieves Collection of Observation GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MDM_T02_Common.addCommonOrderGroup(IGroup objGroup)
Adds Common Order GROUP to this message.
|
void |
MDM_T01_Common.addCommonOrderGroup(IGroup objGroup)
Adds Common Order GROUP to this message.
|
void |
MDM_T02_Common.addObservationGroup(IGroup objGroup)
Adds Observation GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MDM_T02_Common.addCommonOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Common Order GROUP to this message.
|
void |
MDM_T01_Common.addCommonOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Common Order GROUP to this message.
|
void |
MDM_T02_Common.addObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Observation GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
IGroup |
OUL_R24.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OUL_R23.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OUL_R22.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
PEX_P07_Common.getVisitGroup()
Retrieves Visit Group present in this message.
|
IGroup |
ORU_R30_Common.getVisitGroup()
Retrieves Visit Group present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
OPU_R25.getAccessionDetailsGroups()
Retrieves Collection of ACCESSION DETAIL GROUP present in this message.
|
ISingleCollection<IGroup> |
PEX_P07_Common.getExperienceGroups()
Retrieves Collection of EXPERIENCE GROUP present in this message.
|
ISingleCollection<IGroup> |
ORU_R30_Common.getObservationGroups()
Retrieves Collection of OBSERVATION GROUP present in this message.
|
ISingleCollection<IGroup> |
OUL_R24.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
CSU_C09_Common.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
CRM_C01_Common.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
ORU_R30_Common.getPatientObservationGroups()
Retrieves Collection of Person Observation GROUP present in this message.
|
ISingleCollection<IGroup> |
ORU_R40.getPatientResultGroups()
Retrieves Collection of Patient Result GROUP present in this message.
|
ISingleCollection<IGroup> |
ORU_R01_Common.getPatientResultGroups()
Retrieves Collection of PATIENT_RESULT GROUP present in this message.
|
ISingleCollection<IGroup> |
ORU_R01.getPatientResultGroups()
Retrieves Collection of PATIENT_RESULT GROUP present in this message.
|
ISingleCollection<IGroup> |
OPU_R25.getPatientVisitObservationGroups()
Retrieves Collection of Patient Visit Observation GROUP present in this message.
|
ISingleCollection<IGroup> |
OSM_R26.getShipmentGroups()
Retrieves Collection of Shipment GROUP present in this message.
|
ISingleCollection<IGroup> |
OUL_R23.getSpecimenGroups()
Retrieves Collection of SPECIMEN GROUP present in this message.
|
ISingleCollection<IGroup> |
OUL_R22.getSpecimenGroups()
Retrieves Collection of SPECIMEN GROUP present in this message.
|
ISingleCollection<IGroup> |
ORU_R30_Common.getTimingQuantityGroups()
Retrieves Collection of Timing_Quantity GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OPU_R25.addAccessionDetailsGroup(IGroup objGroup)
Adds ACCESSION DETAILS GROUP to this message.
|
void |
PEX_P07_Common.addExperienceGroup(IGroup objGroup)
Adds Experience GROUP to this message.
|
void |
ORU_R30_Common.addObservationGroup(IGroup objGroup)
Adds Observation GROUP to this message.
|
void |
OUL_R24.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
CSU_C09_Common.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
CRM_C01_Common.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
ORU_R30_Common.addPatientObservationGroup(IGroup objGroup)
Adds Person Observation GROUP to this message.
|
void |
ORU_R40.addPatientResultGroup(IGroup objGroup)
Add Patient Result GROUP to this message.
|
void |
ORU_R01_Common.addPatientResultGroup(IGroup objGroup)
Adds PATIENT_RESULT GROUP to this message.
|
void |
ORU_R01.addPatientResultGroup(IGroup objGroup)
Adds PATIENT_RESULT GROUP to this message.
|
void |
OPU_R25.addPatientVisitObservationGroup(IGroup objGroup)
Adds Patient Visit Observation GROUP to this message.
|
void |
OSM_R26.addShipmentGroup(IGroup objGroup)
Add Shipment GROUP to this message.0
|
void |
OUL_R23.addSpecimenGroup(IGroup objGroup)
Adds SPECIMEN GROUP to this message.
|
void |
OUL_R22.addSpecimenGroup(IGroup objGroup)
Adds SPECIMEN GROUP to this message.
|
void |
ORU_R30_Common.addTimingQuantityGroup(IGroup objGroup)
Adds TimingQuantity GROUP to this message.
|
void |
OUL_R24.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OUL_R23.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OUL_R22.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
PEX_P07_Common.setVisitGroup(IGroup objGroup)
Sets value of Visit Group for this message,overwrites if already present.
|
void |
ORU_R30_Common.setVisitGroup(IGroup objGroup)
Sets value of Visit Group for this message,overwrites if already present.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OPU_R25.addAccessionDetailsGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ACCESSION DETAILS GROUP to this message.
|
void |
PEX_P07_Common.addExperienceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of EXPERIENCE GROUP to this message.
|
void |
ORU_R30_Common.addObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of OBSERVATION GROUP to this message.
|
void |
OUL_R24.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
CSU_C09_Common.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
CRM_C01_Common.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
ORU_R30_Common.addPatientObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Person Observation GROUP to this message.
|
void |
ORU_R40.addPatientResultGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Patient Result GROUP to this message.
|
void |
ORU_R01_Common.addPatientResultGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT_RESULT GROUP to this message.
|
void |
ORU_R01.addPatientResultGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT_RESULT GROUP to this message.
|
void |
OPU_R25.addPatientVisitObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Patient Visit Observation GROUP to this message.
|
void |
OSM_R26.addShipmentGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Shipment GROUP to this message.
|
void |
OUL_R23.addSpecimenGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of SPECIMEN GROUP to this message.
|
void |
OUL_R22.addSpecimenGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of SPECIMEN GROUP to this message.
|
void |
ORU_R30_Common.addTimingQuantityGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Timing_Quantity GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
IGroup |
RSP_K34.getDonationGroup()
Retrieves DONATION Group present in this message.
|
IGroup |
DPR_O48.getDonationGroup()
Retrieves DONATION Group present in this message.
|
IGroup |
DRC_O47.getDonationOrderGroup()
Retrieves DONATION ORDER Group present in this message.
|
IGroup |
DPR_O48.getDonationOrderGroup()
Retrieves DONATION ORDER Group present in this message.
|
IGroup |
DEO_O45.getDonationOrderGroup()
Retrieves DONATION ORDER Group present in this message.
|
IGroup |
RSP_K34.getDonorGroup()
Retrieves DONOR Group present in this message.
|
IGroup |
RSP_K33.getDonorGroup()
Retrieves DONOR Group present in this message.
|
IGroup |
DRG_O43.getDonorGroup()
Retrieves DONOR Group present in this message.
|
IGroup |
DRC_O47.getDonorGroup()
Retrieves DONOR Group present in this message.
|
IGroup |
DPR_O48.getDonorGroup()
Retrieves DONOR Group present in this message.
|
IGroup |
DER_O44.getDonorGroup()
Retrieves DONOR Group present in this message.
|
IGroup |
DEO_O45.getDonorGroup()
Retrieves DONOR Group present in this message.
|
IGroup |
DEL_O46.getDonorGroup()
Retrieves DONOR Group present in this message.
|
IGroup |
DBU_O42.getDonorGroup()
Retrieves DONOR Group present in this message.
|
IGroup |
DBC_O41.getDonorGroup()
Retrieves DONOR Group present in this message.
|
IGroup |
DER_O44.getDonorOrderGroup()
Retrieves DONOR ORDER Group present in this message.
|
IGroup |
OPL_O37.getGuarantorGroup()
Retrieves GUARANTOR Group present in this message.
|
IGroup |
RGV_O15.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
RDS_O13.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
RDE_O11_Common.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
RAS_O17.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OMS_O05.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OMQ_O42.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OMP_O09.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OMN_O07.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OML_O39.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OML_O35.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OML_O33.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OML_O21.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OMI_O23.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OMG_O19.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OMD_O03.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
OMB_O27.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
BTS_O31.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
BPS_O29.getPatientGroup()
Retrieves Patient Group present in this message.
|
IGroup |
VXU_V04.getPatientVisitGroup()
Retrieves Patient Visit Group present in this message.
|
IGroup |
RRG_O16.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
RRE_O12_Common.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
RRD_O14.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
RRA_O18.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORX_O43.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORS_O06.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORP_O10.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORN_O08.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORL_O40.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORL_O36.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORL_O34.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORL_O22.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORI_O24.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORG_O20.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORD_O04.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
ORB_O28.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
OPR_O38.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
BRT_O32.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
BRP_O30.getResponseGroup()
Retrieves RESPONSE Group present in this message.
|
IGroup |
RTB_Z74.getRowDefinitionGroup()
Retrieves ROW DEFINITION Group present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
VXU_V04.getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
OMD_O03.getOrderDietGroups()
Retrieves Collection of ORDER_DIET GROUP present in this message.
|
ISingleCollection<IGroup> |
VXU_V04.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
RGV_O15.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
RDS_O13.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
RDE_O11_Common.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
RAS_O17.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OPL_O37.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OMS_O05.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OMQ_O42.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OMP_O09.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OMN_O07.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OML_O39.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OML_O21.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OMI_O23.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OMG_O19.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OMB_O27.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
BTS_O31.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
BPS_O29.getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<IGroup> |
OSU_O41.getOrderStatusGroups()
Retrieves Collection of ORDER_STATUS GROUP present in this message.
|
ISingleCollection<IGroup> |
OMD_O03.getOrderTrayGroups()
Retrieves Collection of ORDER_TRAY GROUP present in this message.
|
ISingleCollection<IGroup> |
VXU_V04.getPersonObservationGroups()
Retrieves Collection of Person Observation GROUP present in this message.
|
ISingleCollection<IGroup> |
RSP_K31.getResponseGroups()
Retrieves Collection of RESPONSE GROUP present in this message.
|
ISingleCollection<IGroup> |
OML_O35.getSpecimenGroups()
Retrieves Collection of SPECIMEN GROUP present in this message.
|
ISingleCollection<IGroup> |
OML_O33.getSpecimenGroups()
Retrieves Collection of SPECIMEN GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VXU_V04.addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
OMD_O03.addOrderDietGroup(IGroup objGroup)
Adds ORDER_DIET GROUP to this message.
|
void |
VXU_V04.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
RGV_O15.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
RDS_O13.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
RDE_O11_Common.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
RAS_O17.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OPL_O37.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OMS_O05.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OMQ_O42.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OMP_O09.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OMN_O07.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OML_O39.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OML_O21.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OMI_O23.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OMG_O19.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OMB_O27.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
BTS_O31.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
BPS_O29.addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
OSU_O41.addOrderStatusGroup(IGroup objGroup)
Adds ORDER_STATUS GROUP to this message.
|
void |
OMD_O03.addOrderTrayGroup(IGroup objGroup)
Adds ORDER_TRAY GROUP to this message.
|
void |
VXU_V04.addPersonObservationGroup(IGroup objGroup)
Adds Person Observation GROUP to this message.
|
void |
RSP_K31.addResponseGroup(IGroup objGroup)
Adds RESPONSE GROUP to this message.
|
void |
OML_O35.addSpecimenGroup(IGroup objGroup)
Adds SPECIMEN GROUP to this message.
|
void |
OML_O33.addSpecimenGroup(IGroup objGroup)
Adds SPECIMEN GROUP to this message.
|
void |
RSP_K34.setDonationGroup(IGroup objGroup)
Sets value of DONATION Group for this message,overwrites if already present.
|
void |
DPR_O48.setDonationGroup(IGroup objGroup)
Sets value of DONATION Group for this message,overwrites if already present.
|
void |
DRC_O47.setDonationOrderGroup(IGroup objGroup)
Sets value of DONATION ORDER Group for this message,overwrites if already present.
|
void |
DPR_O48.setDonationOrderGroup(IGroup objGroup)
Sets value of DONATION ORDER Group for this message,overwrites if already present.
|
void |
DEO_O45.setDonationOrderGroup(IGroup objGroup)
Sets value of DONATION ORDER Group for this message,overwrites if already present.
|
void |
RSP_K34.setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
void |
RSP_K33.setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
void |
DRG_O43.setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
void |
DRC_O47.setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
void |
DPR_O48.setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
void |
DER_O44.setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
void |
DEO_O45.setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
void |
DEL_O46.setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
void |
DBU_O42.setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
void |
DBC_O41.setDonorGroup(IGroup objGroup)
Sets value of DONOR Group for this message,overwrites if already present.
|
void |
DER_O44.setDonorOrderGroup(IGroup objGroup)
Sets value of DONOR ORDER Group for this message,overwrites if already present.
|
void |
OPL_O37.setGuarantorGroup(IGroup objGroup)
Sets value of GUARANTOR Group for this message,overwrites if already present.
|
void |
RGV_O15.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
RDS_O13.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
RDE_O11_Common.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
RAS_O17.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OMS_O05.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OMQ_O42.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OMP_O09.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OMN_O07.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OML_O39.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OML_O35.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OML_O33.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OML_O21.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OMI_O23.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OMG_O19.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OMD_O03.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
OMB_O27.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
BTS_O31.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
BPS_O29.setPatientGroup(IGroup objGroup)
Sets value of Patient Group for this message,overwrites if already present.
|
void |
VXU_V04.setPatientVisitGroup(IGroup objGroup)
Sets value of Patient Visit Group for this message,overwrites if already present.
|
void |
RRG_O16.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
RRE_O12_Common.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
RRD_O14.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
RRA_O18.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORX_O43.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORS_O06.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORP_O10.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORN_O08.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORL_O40.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORL_O36.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORL_O34.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORL_O22.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORI_O24.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORG_O20.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORD_O04.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
ORB_O28.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
OPR_O38.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
BRT_O32.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
BRP_O30.setResponseGroup(IGroup objGroup)
Sets value of RESPONSE Group for this message,overwrites if already present.
|
void |
RTB_Z74.setRowDefinitionGroup(IGroup objGroup)
Sets value of ROW DEFINITION Group for this message,overwrites if already present.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VXU_V04.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
OMD_O03.addOrderDietGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER_DIET GROUP to this message.
|
void |
VXU_V04.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
RGV_O15.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
RDS_O13.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
RDE_O11_Common.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
RAS_O17.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OPL_O37.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OMS_O05.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OMQ_O42.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OMP_O09.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OMN_O07.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OML_O39.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OML_O21.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OMI_O23.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OMG_O19.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OMB_O27.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
BTS_O31.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
BPS_O29.addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
OSU_O41.addOrderStatusGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER_STATUS GROUP to this message.
|
void |
OMD_O03.addOrderTrayGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER_TRAY GROUP to this message.
|
void |
VXU_V04.addPersonObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Person Observation GROUP to this message.
|
void |
RSP_K31.addResponseGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of RESPONSE GROUP to this message.
|
void |
OML_O35.addSpecimenGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of SPECIMEN GROUP to this message.
|
void |
OML_O33.addSpecimenGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of SPECIMEN GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
IGroup |
ADT_A37.getPatientIdentification1Group()
Retrieves Patient1 Identification Group present in this message
|
IGroup |
ADT_A24.getPatientIdentification1Group()
Retrieves Patient1 Identification Group present in this message
|
IGroup |
ADT_A17.getPatientIdentification1Group()
Retrieves Patient1 Identification Group present in this message
|
IGroup |
ADT_A37.getPatientIdentification2Group()
Retrieves Patient2 Identification Group present in this message
|
IGroup |
ADT_A24.getPatientIdentification2Group()
Retrieves Patient2 Identification Group present in this message
|
IGroup |
ADT_A17.getPatientIdentification2Group()
Retrieves Patient2 Identification Group present in this message
|
IGroup |
RSP_K32.getQueryResponseGroup()
Retrieves QUERY RESPONSE Group present in this message.
|
IGroup |
RSP_K23_Common.getQueryResponseGroup()
Retrieves QUERY RESPONSE Group present in this message.
|
IGroup |
RSP_K22.getQueryResponseGroup()
Retrieves QUERY RESPONSE Group present in this message.
|
IGroup |
RSP_K21_Common.getQueryResponseGroup()
Retrieves QUERY RESPONSE Group present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
ADT_A60.getAdverseReactionGroups()
Retrieves Collection of ADVERSE REACTION GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A16.getInsuranceGroups()
Retrieves Collection of INSURANCE GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A06_Common.getInsuranceGroups()
Retrieves Collection of INSURANCE GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A05_Common.getInsuranceGroups()
Retrieves Collection of INSURANCE GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A03.getInsuranceGroups()
Retrieves Collection of INSURANCE GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A01_Common.getInsuranceGroups()
Retrieves Collection of INSURANCE GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A45.getMergeInfoGroups()
Retrieves Collection of MERGE_INFO GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A47_Common.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A44_Common.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A44.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A43_Common.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A39_Common.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A16.getProcedureGroups()
Retrieves Collection of PROCEDURE GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A06_Common.getProcedureGroups()
Retrieves Collection of PROCEDURE GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A05_Common.getProcedureGroups()
Retrieves Collection of PROCEDURE GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A03.getProcedureGroups()
Retrieves Collection of PROCEDURE GROUP present in this message.
|
ISingleCollection<IGroup> |
ADT_A01_Common.getProcedureGroups()
Retrieves Collection of PROCEDURE GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ADT_A60.addAdverseReactionGroup(IGroup objGroup)
Adds ADVERSE REACTION to this message.
|
void |
ADT_A16.addInsuranceGroup(IGroup objGroup)
Adds INSURANCE GROUP to this message.
|
void |
ADT_A06_Common.addInsuranceGroup(IGroup objGroup)
Adds INSURANCE GROUP to this message.
|
void |
ADT_A05_Common.addInsuranceGroup(IGroup objGroup)
Adds INSURANCE GROUP to this message.
|
void |
ADT_A03.addInsuranceGroup(IGroup objGroup)
Adds INSURANCE GROUP to this message.
|
void |
ADT_A01_Common.addInsuranceGroup(IGroup objGroup)
Adds INSURANCE GROUP to this message.
|
void |
ADT_A45.addMergeInfoGroup(IGroup objGroup)
Adds MERGE_INFO GROUP to this message.
|
void |
ADT_A47_Common.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
ADT_A44_Common.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
ADT_A44.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
ADT_A43_Common.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
ADT_A39_Common.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
ADT_A16.addProcedureGroup(IGroup objGroup)
Adds PROCEDURE GROUP to this message.
|
void |
ADT_A06_Common.addProcedureGroup(IGroup objGroup)
Adds PROCEDURE GROUP to this message.
|
void |
ADT_A05_Common.addProcedureGroup(IGroup objGroup)
Adds PROCEDURE GROUP to this message.
|
void |
ADT_A03.addProcedureGroup(IGroup objGroup)
Adds PROCEDURE GROUP to this message.
|
void |
ADT_A01_Common.addProcedureGroup(IGroup objGroup)
Adds PROCEDURE GROUP to this message.
|
void |
ADT_A37.setPatientIdentification1Group(IGroup objGroup)
Sets value of Patient1 Identification Group for this message,overwrites if already present.
|
void |
ADT_A24.setPatientIdentification1Group(IGroup objGroup)
Sets value of Patient1 Identification Group for this message,overwrites if already present.
|
void |
ADT_A17.setPatientIdentification1Group(IGroup objGroup)
Sets value of Patient1 Identification Group for this message,overwrites if already present.
|
void |
ADT_A37.setPatientIdentification2Group(IGroup objGroup)
Sets value of Patient2 Identification Group for this message,overwrites if already present.
|
void |
ADT_A24.setPatientIdentification2Group(IGroup objGroup)
Sets value of Patient2 Identification Group for this message,overwrites if already present.
|
void |
ADT_A17.setPatientIdentification2Group(IGroup objGroup)
Sets value of Patient2 Identification Group for this message,overwrites if already present.
|
void |
RSP_K32.setQueryResponseGroup(IGroup objGroup)
Sets value of QUERY RESPONSE Group for this message,overwrites if already present.
|
void |
RSP_K23_Common.setQueryResponseGroup(IGroup objGroup)
Sets value of QUERY RESPONSE Group for this message,overwrites if already present.
|
void |
RSP_K22.setQueryResponseGroup(IGroup objGroup)
Sets value of QUERY RESPONSE Group for this message,overwrites if already present.
|
void |
RSP_K21_Common.setQueryResponseGroup(IGroup objGroup)
Sets value of QUERY RESPONSE Group for this message,overwrites if already present.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ADT_A60.addAdverseReactionGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ADVERSE REACTION GROUP to this message.
|
void |
ADT_A16.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of INSURANCE GROUP to this message.
|
void |
ADT_A06_Common.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of INSURANCE GROUP to this message.
|
void |
ADT_A05_Common.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of INSURANCE GROUP to this message.
|
void |
ADT_A03.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of INSURANCE GROUP to this message.
|
void |
ADT_A01_Common.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of INSURANCE GROUP to this message.
|
void |
ADT_A45.addMergeInfoGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of MERGE_INFO GROUP to this message.
|
void |
ADT_A47_Common.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
ADT_A44_Common.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
ADT_A44.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
ADT_A43_Common.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
ADT_A39_Common.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
ADT_A16.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROCEDURE GROUP to this message.
|
void |
ADT_A06_Common.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROCEDURE GROUP to this message.
|
void |
ADT_A05_Common.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROCEDURE GROUP to this message.
|
void |
ADT_A03.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROCEDURE GROUP to this message.
|
void |
ADT_A01_Common.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROCEDURE GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
IGroup |
PPR_PC1_Common.getPatientVisitGroup()
Retrieves Patient Visit Group present in this message.
|
IGroup |
PPP_PCB_Common.getPatientVisitGroup()
Retrieves Patient Visit Group present in this message.
|
IGroup |
PPG_PCG_Common.getPatientVisitGroup()
Retrieves Patient Visit Group present in this message.
|
IGroup |
PGL_PC6_Common.getPatientVisitGroup()
Retrieves Patient Visit Group present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
PGL_PC6_Common.getGoalGroups()
Retrieves Collection of GOAL GROUP present in this message.
|
ISingleCollection<IGroup> |
PPP_PCB_Common.getPathwayGroups()
Retrieves Collection of PATHWAY GROUP present in this message.
|
ISingleCollection<IGroup> |
PPG_PCG_Common.getPathwayGroups()
Retrieves Collection of PATHWAY GROUP present in this message.
|
ISingleCollection<IGroup> |
PPR_PC1_Common.getProblemGroups()
Retrieves Collection of PROBLEM GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PGL_PC6_Common.addGoalGroup(IGroup objGroup)
Adds GOAL GROUP to this message.
|
void |
PPP_PCB_Common.addPathwayGroup(IGroup objGroup)
Adds PATHWAY GROUP to this message.
|
void |
PPG_PCG_Common.addPathwayGroup(IGroup objGroup)
Adds PATHWAY GROUP to this message.
|
void |
PPR_PC1_Common.addProblemGroup(IGroup objGroup)
Adds PROBLEM GROUP to this message.
|
void |
PPR_PC1_Common.setPatientVisitGroup(IGroup objGroup)
Sets value of Patient Visit Group for this message,overwrites if already present.
|
void |
PPP_PCB_Common.setPatientVisitGroup(IGroup objGroup)
Sets value of Patient Visit Group for this message,overwrites if already present.
|
void |
PPG_PCG_Common.setPatientVisitGroup(IGroup objGroup)
Sets value of Patient Visit Group for this message,overwrites if already present.
|
void |
PGL_PC6_Common.setPatientVisitGroup(IGroup objGroup)
Sets value of Patient Visit Group for this message,overwrites if already present.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PGL_PC6_Common.addGoalGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of GOAL GROUP to this message.
|
void |
PPP_PCB_Common.addPathwayGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATHWAY GROUP to this message.
|
void |
PPG_PCG_Common.addPathwayGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATHWAY GROUP to this message.
|
void |
PPR_PC1_Common.addProblemGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROBLEM GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
IGroup |
RRI_I12_Common.getAuthorizationContactGroup()
Retrieves Authorization Contact Group present in this message.
|
IGroup |
REF_I12_Common.getAuthorizationContactGroup()
Retrieves Authorization Contact Group present in this message.
|
IGroup |
RQA_I08_Common.getAuthorizationGroup()
Retrieves Authorization Group present in this message.
|
IGroup |
RPA_I08_Common.getAuthorizationGroup()
Retrieves Authorization Group present in this message.
|
IGroup |
RQI_I01_Common.getGuarantorInsuranceGroup()
Retrieves GuarantorInsurance Group present in this message.
|
IGroup |
RQA_I08_Common.getGuarantorInsuranceGroup()
Retrieves GuarantorInsurance Group present in this message.
|
IGroup |
RPI_I01_Common.getGuarantorInsuranceGroup()
Retrieves GuarantorInsurance Group present in this message.
|
IGroup |
RRI_I12_Common.getPatientVisitGroup()
Retrieves PatientVisit Group present in this message.
|
IGroup |
REF_I12_Common.getPatientVisitGroup()
Retrieves PatientVisit Group present in this message.
|
IGroup |
RQA_I08_Common.getVisitGroup()
Retrieves Visit Group present in this message.
|
IGroup |
RPA_I08_Common.getVisitGroup()
Retrieves Visit Group present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
CQU_I19.getAppointmentHistoryGroups()
Retrieves Collection of Appointment History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCU_I20.getAppointmentHistoryGroups()
Retrieves Collection of Appointment History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getAppointmentHistoryGroups()
Retrieves Collection of Appointment History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCM_I21.getAppointmentHistoryGroups()
Retrieves Collection of Appointment History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCI_I22.getAppointmentHistoryGroups()
Retrieves Collection of Appointment History GROUP present in this message.
|
ISingleCollection<IGroup> |
CQU_I19.getClinicalHistoryGroups()
Retrieves Collection of Clinical History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCU_I20.getClinicalHistoryGroups()
Retrieves Collection of Clinical History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getClinicalHistoryGroups()
Retrieves Collection of Clinical History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCM_I21.getClinicalHistoryGroups()
Retrieves Collection of Clinical History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCI_I22.getClinicalHistoryGroups()
Retrieves Collection of Clinical History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getClinicalOrderGroups()
Retrieves Collection of Clinical Order GROUP present in this message.
|
ISingleCollection<IGroup> |
CQU_I19.getGoalGroups()
Retrieves Collection of Goal GROUP present in this message.
|
ISingleCollection<IGroup> |
CCU_I20.getGoalGroups()
Retrieves Collection of Goal GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getGoalGroups()
Retrieves Collection of Goal GROUP present in this message.
|
ISingleCollection<IGroup> |
CCM_I21.getGoalGroups()
Retrieves Collection of Goal GROUP present in this message.
|
ISingleCollection<IGroup> |
CCI_I22.getGoalGroups()
Retrieves Collection of Goal GROUP present in this message.
|
ISingleCollection<IGroup> |
RPA_I08_Common.getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
REF_I12_Common.getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
CQU_I19.getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
CCU_I20.getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
CCM_I21.getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
CCI_I22.getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<IGroup> |
CQU_I19.getMedicationHistoryGroups()
Retrieves Collection of Medication History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCU_I20.getMedicationHistoryGroups()
Retrieves Collection of Medication History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getMedicationHistoryGroups()
Retrieves Collection of Medication History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCM_I21.getMedicationHistoryGroups()
Retrieves Collection of Medication History GROUP present in this message.
|
ISingleCollection<IGroup> |
CCI_I22.getMedicationHistoryGroups()
Retrieves Collection of Medication History GROUP present in this message.
|
ISingleCollection<IGroup> |
RRI_I12_Common.getObservationGroups()
Retrieves Collection of OBSERVATION GROUP present in this message.
|
ISingleCollection<IGroup> |
RQA_I08_Common.getObservationGroups()
Retrieves Collection of OBSERVATION GROUP present in this message.
|
ISingleCollection<IGroup> |
RPA_I08_Common.getObservationGroups()
Retrieves Collection of OBSERVATION GROUP present in this message.
|
ISingleCollection<IGroup> |
REF_I12_Common.getObservationGroups()
Retrieves Collection of OBSERVATION GROUP present in this message.
|
ISingleCollection<IGroup> |
CQU_I19.getPathwayGroups()
Retrieves Collection of Pathway GROUP present in this message.
|
ISingleCollection<IGroup> |
CCU_I20.getPathwayGroups()
Retrieves Collection of Pathway GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getPathwayGroups()
Retrieves Collection of Pathway GROUP present in this message.
|
ISingleCollection<IGroup> |
CCM_I21.getPathwayGroups()
Retrieves Collection of Pathway GROUP present in this message.
|
ISingleCollection<IGroup> |
CCI_I22.getPathwayGroups()
Retrieves Collection of Pathway GROUP present in this message.
|
ISingleCollection<IGroup> |
CQU_I19.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
CCU_I20.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
CQU_I19.getPatientVisitGroups()
Retrieves Collection of Patient Visit GROUP present in this message.
|
ISingleCollection<IGroup> |
CCU_I20.getPatientVisitGroups()
Retrieves Collection of Patient Visit GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getPatientVisitGroups()
Retrieves Collection of Patient Visit GROUP present in this message.
|
ISingleCollection<IGroup> |
CCM_I21.getPatientVisitGroups()
Retrieves Collection of Patient Visit GROUP present in this message.
|
ISingleCollection<IGroup> |
CCI_I22.getPatientVisitGroups()
Retrieves Collection of Patient Visit GROUP present in this message.
|
ISingleCollection<IGroup> |
CQU_I19.getProblemGroups()
Retrieves Collection of Problem GROUP present in this message.
|
ISingleCollection<IGroup> |
CCU_I20.getProblemGroups()
Retrieves Collection of Problem GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getProblemGroups()
Retrieves Collection of Problem GROUP present in this message.
|
ISingleCollection<IGroup> |
CCM_I21.getProblemGroups()
Retrieves Collection of Problem GROUP present in this message.
|
ISingleCollection<IGroup> |
CCI_I22.getProblemGroups()
Retrieves Collection of Problem GROUP present in this message.
|
ISingleCollection<IGroup> |
RRI_I12_Common.getProcedureGroups()
Retrieves Collection of PROCEDURE GROUP present in this message.
|
ISingleCollection<IGroup> |
RQA_I08_Common.getProcedureGroups()
Retrieves Collection of PROCEDURE GROUP present in this message.
|
ISingleCollection<IGroup> |
RPA_I08_Common.getProcedureGroups()
Retrieves Collection of PROCEDURE GROUP present in this message.
|
ISingleCollection<IGroup> |
REF_I12_Common.getProcedureGroups()
Retrieves Collection of PROCEDURE GROUP present in this message.
|
ISingleCollection<IGroup> |
RRI_I12_Common.getProviderContactGroups()
Retrieves Collection of PROVIDER_CONTACT GROUP present in this message.
|
ISingleCollection<IGroup> |
REF_I12_Common.getProviderContactGroups()
Retrieves Collection of PROVIDER_CONTACT GROUP present in this message.
|
ISingleCollection<IGroup> |
CQU_I19.getProviderContactGroups()
Retrieves Collection of Provider Contact GROUP present in this message.
|
ISingleCollection<IGroup> |
CCU_I20.getProviderContactGroups()
Retrieves Collection of Provider Contact GROUP present in this message.
|
ISingleCollection<IGroup> |
CCR_I16_Common.getProviderContactGroups()
Retrieves Collection of Provider Contact GROUP present in this message.
|
ISingleCollection<IGroup> |
CCQ_I19.getProviderContactGroups()
Retrieves Collection of Provider Contact GROUP present in this message.
|
ISingleCollection<IGroup> |
RQP_I04.getProviderGroups()
Retrieves Collection of PROVIDER GROUP present in this message.
|
ISingleCollection<IGroup> |
RQI_I01_Common.getProviderGroups()
Retrieves Collection of PROVIDER GROUP present in this message.
|
ISingleCollection<IGroup> |
RQA_I08_Common.getProviderGroups()
Retrieves Collection of PROVIDER GROUP present in this message.
|
ISingleCollection<IGroup> |
RPR_I03.getProviderGroups()
Retrieves Collection of PROVIDER GROUP present in this message.
|
ISingleCollection<IGroup> |
RPL_I02.getProviderGroups()
Retrieves Collection of PROVIDER GROUP present in this message.
|
ISingleCollection<IGroup> |
RPI_I01_Common.getProviderGroups()
Retrieves Collection of PROVIDER GROUP present in this message.
|
ISingleCollection<IGroup> |
RPA_I08_Common.getProviderGroups()
Retrieves Collection of PROVIDER GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CQU_I19.addAppointmentHistoryGroup(IGroup objGroup)
Adds Appointment History GROUP to this message.
|
void |
CCU_I20.addAppointmentHistoryGroup(IGroup objGroup)
Adds Appointment History GROUP to this message.
|
void |
CCR_I16_Common.addAppointmentHistoryGroup(IGroup objGroup)
Adds Appointment History GROUP to this message.
|
void |
CCM_I21.addAppointmentHistoryGroup(IGroup objGroup)
Adds Appointment History GROUP to this message.
|
void |
CCI_I22.addAppointmentHistoryGroup(IGroup objGroup)
Adds Appointment History GROUP to this message.
|
void |
CQU_I19.addClinicalHistoryGroup(IGroup objGroup)
Adds Clinical History GROUP to this message.
|
void |
CCU_I20.addClinicalHistoryGroup(IGroup objGroup)
Adds Clinical History GROUP to this message.
|
void |
CCR_I16_Common.addClinicalHistoryGroup(IGroup objGroup)
Adds Clinical History GROUP to this message.
|
void |
CCM_I21.addClinicalHistoryGroup(IGroup objGroup)
Adds Clinical History GROUP to this message.
|
void |
CCI_I22.addClinicalHistoryGroup(IGroup objGroup)
Adds Clinical History GROUP to this message.
|
void |
CCR_I16_Common.addClinicalOrderGroup(IGroup objGroup)
Adds Clinical Order GROUP to this message.
|
void |
CQU_I19.addGoalGroup(IGroup objGroup)
Adds Goal GROUP to this message.
|
void |
CCU_I20.addGoalGroup(IGroup objGroup)
Adds Goal GROUP to this message.
|
void |
CCR_I16_Common.addGoalGroup(IGroup objGroup)
Adds Goal GROUP to this message.
|
void |
CCM_I21.addGoalGroup(IGroup objGroup)
Adds Goal GROUP to this message.
|
void |
CCI_I22.addGoalGroup(IGroup objGroup)
Adds Goal GROUP to this message.
|
void |
RPA_I08_Common.addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
REF_I12_Common.addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
CQU_I19.addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
CCU_I20.addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
CCR_I16_Common.addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
CCM_I21.addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
CCI_I22.addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
CQU_I19.addMedicationHistoryGroup(IGroup objGroup)
Adds Medication History GROUP to this message.
|
void |
CCU_I20.addMedicationHistoryGroup(IGroup objGroup)
Adds Medication History GROUP to this message.
|
void |
CCR_I16_Common.addMedicationHistoryGroup(IGroup objGroup)
Adds Medication History GROUP to this message.
|
void |
CCM_I21.addMedicationHistoryGroup(IGroup objGroup)
Adds Medication History GROUP to this message.
|
void |
CCI_I22.addMedicationHistoryGroup(IGroup objGroup)
Adds Medication History GROUP to this message.
|
void |
RRI_I12_Common.addObservationGroup(IGroup objGroup)
Adds Observation GROUP to this message.
|
void |
RQA_I08_Common.addObservationGroup(IGroup objGroup)
Adds Observation GROUP to this message.
|
void |
RPA_I08_Common.addObservationGroup(IGroup objGroup)
Adds Observation GROUP to this message.
|
void |
REF_I12_Common.addObservationGroup(IGroup objGroup)
Adds Observation GROUP to this message.
|
void |
CQU_I19.addPathwayGroup(IGroup objGroup)
Adds Pathway GROUP to this message.
|
void |
CCU_I20.addPathwayGroup(IGroup objGroup)
Adds Pathway GROUP to this message.
|
void |
CCR_I16_Common.addPathwayGroup(IGroup objGroup)
Adds Pathway GROUP to this message.
|
void |
CCM_I21.addPathwayGroup(IGroup objGroup)
Adds Pathway GROUP to this message.
|
void |
CCI_I22.addPathwayGroup(IGroup objGroup)
Adds Pathway GROUP to this message.
|
void |
CQU_I19.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
CCU_I20.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
CCR_I16_Common.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
CQU_I19.addPatientVisitGroup(IGroup objGroup)
Adds Patient Visit GROUP to this message.
|
void |
CCU_I20.addPatientVisitGroup(IGroup objGroup)
Adds Patient Visit GROUP to this message.
|
void |
CCR_I16_Common.addPatientVisitGroup(IGroup objGroup)
Adds Patient Visit GROUP to this message.
|
void |
CCM_I21.addPatientVisitGroup(IGroup objGroup)
Adds Patient Visit GROUP to this message.
|
void |
CCI_I22.addPatientVisitGroup(IGroup objGroup)
Adds Patient Visit GROUP to this message.
|
void |
CQU_I19.addProblemGroup(IGroup objGroup)
Adds Problem GROUP to this message.
|
void |
CCU_I20.addProblemGroup(IGroup objGroup)
Adds Problem GROUP to this message.
|
void |
CCR_I16_Common.addProblemGroup(IGroup objGroup)
Adds Problem GROUP to this message.
|
void |
CCM_I21.addProblemGroup(IGroup objGroup)
Adds Problem GROUP to this message.
|
void |
CCI_I22.addProblemGroup(IGroup objGroup)
Adds Problem GROUP to this message.
|
void |
RRI_I12_Common.addProcedureGroup(IGroup objGroup)
Adds Procedure GROUP to this message.
|
void |
RQA_I08_Common.addProcedureGroup(IGroup objGroup)
Adds Procedure GROUP to this message.
|
void |
RPA_I08_Common.addProcedureGroup(IGroup objGroup)
Adds Procedure GROUP to this message.
|
void |
REF_I12_Common.addProcedureGroup(IGroup objGroup)
Adds Procedure GROUP to this message.
|
void |
RRI_I12_Common.addProviderContactGroup(IGroup objGroup)
Adds Provider Contact GROUP to this message.
|
void |
REF_I12_Common.addProviderContactGroup(IGroup objGroup)
Adds Provider Contact GROUP to this message.
|
void |
CQU_I19.addProviderContactGroup(IGroup objGroup)
Adds Provider Contact GROUP to this message.
|
void |
CCU_I20.addProviderContactGroup(IGroup objGroup)
Adds Provider Contact GROUP to this message.
|
void |
CCR_I16_Common.addProviderContactGroup(IGroup objGroup)
Adds Provider Contact GROUP to this message.
|
void |
CCQ_I19.addProviderContactGroup(IGroup objGroup)
Adds Provider Contact GROUP to this message.
|
void |
RQP_I04.addProviderGroup(IGroup objGroup)
Adds Provider GROUP to this message.
|
void |
RQI_I01_Common.addProviderGroup(IGroup objGroup)
Adds Provider GROUP to this message.
|
void |
RQA_I08_Common.addProviderGroup(IGroup objGroup)
Adds Provider GROUP to this message.
|
void |
RPR_I03.addProviderGroup(IGroup objGroup)
Adds Provider GROUP to this message.
|
void |
RPL_I02.addProviderGroup(IGroup objGroup)
Adds Provider GROUP to this message.
|
void |
RPI_I01_Common.addProviderGroup(IGroup objGroup)
Adds Provider GROUP to this message.
|
void |
RPA_I08_Common.addProviderGroup(IGroup objGroup)
Adds Provider GROUP to this message.
|
void |
RRI_I12_Common.setAuthorizationContactGroup(IGroup objGroup)
Sets value of Authorization Contact Group for this message,overwrites if already present.
|
void |
REF_I12_Common.setAuthorizationContactGroup(IGroup objGroup)
Sets value of Authorization Contact Group for this message,overwrites if already present.
|
void |
RQA_I08_Common.setAuthorizationGroup(IGroup objGroup)
Sets value of Authorization Group for this message,overwrites if already present.
|
void |
RPA_I08_Common.setAuthorizationGroup(IGroup objGroup)
Sets value of Authorization Group for this message,overwrites if already present.
|
void |
RQI_I01_Common.setGuarantorInsuranceGroup(IGroup objGroup)
Sets value of GuarantorInsurance Group for this message,overwrites if already present.
|
void |
RQA_I08_Common.setGuarantorInsuranceGroup(IGroup objGroup)
Sets value of GuarantorInsurance Group for this message,overwrites if already present.
|
void |
RPI_I01_Common.setGuarantorInsuranceGroup(IGroup objGroup)
Sets value of GuarantorInsurance Group for this message,overwrites if already present.
|
void |
RRI_I12_Common.setPatientVisitGroup(IGroup objGroup)
Sets value of PatientVisit Group for this message,overwrites if already present.
|
void |
REF_I12_Common.setPatientVisitGroup(IGroup objGroup)
Sets value of PatientVisit Group for this message,overwrites if already present.
|
void |
RQA_I08_Common.setVisitGroup(IGroup objGroup)
Sets value of Visit Group for this message,overwrites if already present.
|
void |
RPA_I08_Common.setVisitGroup(IGroup objGroup)
Sets value of Visit Group for this message,overwrites if already present.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CQU_I19.addAppointmentHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Appointment History GROUP to this message.
|
void |
CCU_I20.addAppointmentHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Appointment History GROUP to this message.
|
void |
CCR_I16_Common.addAppointmentHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Appointment History GROUP to this message.
|
void |
CCM_I21.addAppointmentHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Appointment History GROUP to this message.
|
void |
CCI_I22.addAppointmentHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Appointment History GROUP to this message.
|
void |
CQU_I19.addClinicalHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Clinical History GROUP to this message.
|
void |
CCU_I20.addClinicalHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Clinical History GROUP to this message.
|
void |
CCR_I16_Common.addClinicalHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Clinical History GROUP to this message.
|
void |
CCM_I21.addClinicalHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Clinical History GROUP to this message.
|
void |
CCI_I22.addClinicalHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Clinical History GROUP to this message.
|
void |
CCR_I16_Common.addClinicalOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Clinical Order GROUP to this message.
|
void |
CQU_I19.addGoalGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Goal GROUP to this message.
|
void |
CCU_I20.addGoalGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Goal GROUP to this message.
|
void |
CCR_I16_Common.addGoalGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Goal GROUP to this message.
|
void |
CCM_I21.addGoalGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Goal GROUP to this message.
|
void |
CCI_I22.addGoalGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Goal GROUP to this message.
|
void |
RPA_I08_Common.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
REF_I12_Common.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
CQU_I19.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
CCU_I20.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
CCR_I16_Common.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
CCM_I21.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
CCI_I22.addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
CQU_I19.addMedicationHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Medication History GROUP to this message.
|
void |
CCU_I20.addMedicationHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Medication History GROUP to this message.
|
void |
CCR_I16_Common.addMedicationHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Medication History GROUP to this message.
|
void |
CCM_I21.addMedicationHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Medication History GROUP to this message.
|
void |
CCI_I22.addMedicationHistoryGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Medication History GROUP to this message.
|
void |
RRI_I12_Common.addObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of OBSERVATION GROUP to this message.
|
void |
RQA_I08_Common.addObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of OBSERVATION GROUP to this message.
|
void |
RPA_I08_Common.addObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of OBSERVATION GROUP to this message.
|
void |
REF_I12_Common.addObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of OBSERVATION GROUP to this message.
|
void |
CQU_I19.addPathwayGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Pathway GROUP to this message.
|
void |
CCU_I20.addPathwayGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Pathway GROUP to this message.
|
void |
CCR_I16_Common.addPathwayGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Pathway GROUP to this message.
|
void |
CCM_I21.addPathwayGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Pathway GROUP to this message.
|
void |
CCI_I22.addPathwayGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Pathway GROUP to this message.
|
void |
CQU_I19.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
CCU_I20.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
CCR_I16_Common.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
CQU_I19.addPatientVisitGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Patient Visit GROUP to this message.
|
void |
CCU_I20.addPatientVisitGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Patient Visit GROUP to this message.
|
void |
CCR_I16_Common.addPatientVisitGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Patient Visit GROUP to this message.
|
void |
CCM_I21.addPatientVisitGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Patient Visit GROUP to this message.
|
void |
CCI_I22.addPatientVisitGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Patient Visit GROUP to this message.
|
void |
CQU_I19.addProblemGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Problem GROUP to this message.
|
void |
CCU_I20.addProblemGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Problem GROUP to this message.
|
void |
CCR_I16_Common.addProblemGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Problem GROUP to this message.
|
void |
CCM_I21.addProblemGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Problem GROUP to this message.
|
void |
CCI_I22.addProblemGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Problem GROUP to this message.
|
void |
RRI_I12_Common.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROCEDURE GROUP to this message.
|
void |
RQA_I08_Common.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROCEDURE GROUP to this message.
|
void |
RPA_I08_Common.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROCEDURE GROUP to this message.
|
void |
REF_I12_Common.addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROCEDURE GROUP to this message.
|
void |
RRI_I12_Common.addProviderContactGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER_CONTACT GROUP to this message.
|
void |
REF_I12_Common.addProviderContactGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER_CONTACT GROUP to this message.
|
void |
CQU_I19.addProviderContactGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Provider Contact GROUP to this message.
|
void |
CCU_I20.addProviderContactGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Provider Contact GROUP to this message.
|
void |
CCR_I16_Common.addProviderContactGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Provider Contact GROUP to this message.
|
void |
CCQ_I19.addProviderContactGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Provider Contact GROUP to this message.
|
void |
RQP_I04.addProviderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER GROUP to this message.
|
void |
RQI_I01_Common.addProviderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER GROUP to this message.
|
void |
RQA_I08_Common.addProviderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER GROUP to this message.
|
void |
RPR_I03.addProviderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER GROUP to this message.
|
void |
RPL_I02.addProviderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER GROUP to this message.
|
void |
RPI_I01_Common.addProviderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER GROUP to this message.
|
void |
RPA_I08_Common.addProviderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
PMU_B07.getCertificateGroups()
Retrieves CERTIFICATE Group present in this message
|
ISingleCollection<IGroup> |
RSP_K25.getStaffGroups()
Retrieves Collection of STAFF GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PMU_B07.addCertificateGroup(IGroup objGroup)
Adds Certificate GROUP to this message.
|
void |
RSP_K25.addStaffGroup(IGroup objGroup)
Adds STAFF GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PMU_B07.addCertificateGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Certificate GROUP to this message.
|
void |
RSP_K25.addStaffGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of STAFF GROUP to this message.
|
| Modifier and Type | Method and Description |
|---|---|
IGroup |
RTB_K13_Common.getRowDefinitionGroup()
Retrieves ROW DEFINITION Group present in this message.
|
IGroup |
RSP_Z84.getRowDefinitionGroup()
Retrieves ROW DEFINITION Group present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
RSP_Z90.getQueryResponseGroups()
Retrieves Collection of QUERY RESPONSE GROUP present in this message.
|
ISingleCollection<IGroup> |
RSP_Z88.getQueryResponseGroups()
Retrieves Collection of QUERY_RESPONSE GROUP present in this message.
|
ISingleCollection<IGroup> |
RSP_Z86.getQueryResponseGroups()
Retrieves Collection of QUERY RESPONSE GROUP present in this message.
|
ISingleCollection<IGroup> |
RSP_Z82.getQueryResponseGroups()
Retrieves Collection of QUERY_RESPONSE GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RSP_Z90.addQueryResponseGroup(IGroup objGroup)
Adds QUERY RESPONSE GROUP to this message.
|
void |
RSP_Z88.addQueryResponseGroup(IGroup objGroup)
Adds QUERY_RESPONSE Group to this message.
|
void |
RSP_Z86.addQueryResponseGroup(IGroup objGroup)
Adds QUERY RESPONSE GROUP to this message.
|
void |
RSP_Z82.addQueryResponseGroup(IGroup objGroup)
Adds QUERY_RESPONSE Group to this message.
|
void |
RTB_K13_Common.setRowDefinitionGroup(IGroup objGroup)
Sets value of ROW DEFINITION Group for this message,overwrites if already present.
|
void |
RSP_Z84.setRowDefinitionGroup(IGroup objGroup)
Sets value of ROW DEFINITION Group for this message,overwrites if already present.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RSP_Z90.addQueryResponseGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY RESPONSE GROUP to this message.
|
void |
RSP_Z88.addQueryResponseGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY_RESPONSE Group to this message.
|
void |
RSP_Z86.addQueryResponseGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY RESPONSE GROUP to this message.
|
void |
RSP_Z82.addQueryResponseGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of QUERY_RESPONSE Group to this message.
|
| Modifier and Type | Method and Description |
|---|---|
IGroup |
SRR_S01_Common.getScheduleGroup()
Retrieves Schedule Group present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<IGroup> |
SRM_S01_Common.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
SIU_S12_Common.getPatientGroups()
Retrieves Collection of PATIENT GROUP present in this message.
|
ISingleCollection<IGroup> |
SRM_S01_Common.getResourcesGroups()
Retrieves Collection of RESOURCES GROUP present in this message.
|
ISingleCollection<IGroup> |
SIU_S12_Common.getResourcesGroups()
Retrieves Collection of RESOURCES GROUP present in this message.
|
ISingleCollection<IGroup> |
SRM_S01_Common.getUnknownGroups()
Retrieves Collection of UNKNOWN GROUP present in this message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SRM_S01_Common.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
SIU_S12_Common.addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
SRM_S01_Common.addResourcesGroup(IGroup objGroup)
Adds RESOURCES GROUP to this message.
|
void |
SIU_S12_Common.addResourcesGroup(IGroup objGroup)
Adds RESOURCES GROUP to this message.
|
void |
SRM_S01_Common.addUnknownGroup(IGroup objGroup)
Adds UNKNOWN GROUP to this message.
|
void |
SRR_S01_Common.setScheduleGroup(IGroup objGroup)
Sets value of Schedule Group for this message,overwrites if already present.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SRM_S01_Common.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
SIU_S12_Common.addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT GROUP to this message.
|
void |
SRM_S01_Common.addResourcesGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of RESOURCES GROUP to this message.
|
void |
SIU_S12_Common.addResourcesGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of RESOURCES GROUP to this message.
|
void |
SRM_S01_Common.addUnknownGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of UNKNOWN GROUP to this message.
|