public final class CCR_I17 extends CCR_I16_Common
Represents a CCR_I16 message structure (see chapter 11.6.4). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARYFollowing is the step to create message
Before that, respective Message Source and Message Recipient to be set on Message Factory.
CCR_I17 objI17 = (CCR_I17)MessageFactory.createInstance().createSendSupportedMessage("CCR", "I17");
| Constructor and Description |
|---|
CCR_I17(IMap objMessageMap)
Constructs the CCM_I17 message.
|
addAppointmentHistoryGroup, addAppointmentHistoryGroups, addClinicalHistoryGroup, addClinicalHistoryGroups, addClinicalOrderGroup, addClinicalOrderGroups, addGoalGroup, addGoalGroups, addInsuranceGroup, addInsuranceGroups, addMedicationHistoryGroup, addMedicationHistoryGroups, addNextOfKinOrAssociatedPartiesSegment, addNextOfKinOrAssociatedPartiesSegment, addPathwayGroup, addPathwayGroups, addPatientGroup, addPatientGroups, addPatientVisitGroup, addPatientVisitGroups, addProblemGroup, addProblemGroups, addProviderContactGroup, addProviderContactGroups, addReferralInformationSegment, addReferralInformationSegment, addRelationshipSegment, addRelationshipSegment, addSoftwareSegment, addSoftwareSegment, getAppointmentHistoryGroups, getClinicalHistoryGroups, getClinicalOrderGroups, getGoalGroups, getInsuranceGroups, getMedicationHistoryGroups, getNextOfKinOrAssociatedPartiesSegments, getPathwayGroups, getPatientGroups, getPatientVisitGroups, getProblemGroups, getProviderContactGroups, getReferralInformationSegments, getRelationshipSegments, getSoftwareSegments, getUserAuthenticationCredentialSegment, setUserAuthenticationCredentialSegmentcontains, dumpMessage, dumpMessage, getACKMode, getGroup, getGroupMap, getHeader, getMessageCode, getMessageControlID, getMessageStructure, getQueryUserParameters, getSegment, getSegmentSet, getSubscriptionType, getTriggerEvent, isQuery, isResponse, populate, removeGroup, removeSegment, removeSegment, removeSegmentAttribute, removeSegmentAttribute, removeSegmentAttribute, removeSegments, setHeader, setSubscriptionType, updateSegmentAttribute, updateSegmentAttribute, validate, writeToXML, writeToXMLpublic CCR_I17(IMap objMessageMap)