public abstract class RRI_I12_Common extends Message
Represents a RRI_I12 message structure (see chapter 11.5.1). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARY| Modifier and Type | Method and Description |
|---|---|
void |
addAllergyInformationSegment(AL1 objAL1)
Adds Allergy Information(AL1) to this message.
|
void |
addAllergyInformationSegments(ISingleCollection<AL1> objAL1SegmentCollection)
Adds collection of Allergy Information(AL1) to this message.
|
void |
addDiagnosisRelatedGroupSegment(DRG objDRG)
Adds Diagnosis Related Group Segment( DRG) to this message.
|
void |
addDiagnosisRelatedGroupSegments(ISingleCollection<DRG> objDRGSegmentCollection)
Adds collection of Diagnosis Related Group Segment(DRG) to this message.
|
void |
addDiagnosisSegment(DG1 objDG1)
Adds Diagnosis(DG1) to this message.
|
void |
addDiagnosisSegments(ISingleCollection<DG1> objDG1SegmentCollection)
Adds collection of Diagnosis(DG1) to this message.
|
void |
addNotesAndCommentsSegment(NTE objNTE)
Adds Notes and Comments Segment(NTE) to this message.
|
void |
addNotesAndCommentsSegments(ISingleCollection<NTE> objNTESegmentCollection)
Adds collection of Notes and Comments Segment(NTE) to this message.
|
void |
addObservationGroup(IGroup objGroup)
Adds Observation GROUP to this message.
|
void |
addObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of OBSERVATION GROUP to this message.
|
void |
addProcedureGroup(IGroup objGroup)
Adds Procedure GROUP to this message.
|
void |
addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROCEDURE GROUP to this message.
|
void |
addProviderContactGroup(IGroup objGroup)
Adds Provider Contact GROUP to this message.
|
void |
addProviderContactGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER_CONTACT GROUP to this message.
|
void |
addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
Adds collection of Software Segment(SFT) to this message.
|
void |
addSoftwareSegment(SFT objSFT)
Adds Software Segment(SFT) to this message.
|
ACC |
getAccidentInformationSegment()
Retrieves Accident Information(ACC) segment present in this message
|
ISingleCollection<AL1> |
getAllergyInformationSegments()
Retrieves Collection of Allergy Information(AL1) present in this message.
|
IGroup |
getAuthorizationContactGroup()
Retrieves Authorization Contact Group present in this message.
|
ISingleCollection<DRG> |
getDiagnosisRelatedGroupSegments()
Retrieves Collection of Diagnosis Related Group Segment(DRG) present in this message.
|
ISingleCollection<DG1> |
getDiagnosisSegments()
Retrieves Collection of Diagnosis(DG1) present in this message.
|
MSA |
getMessageAcknowledgmentSegment()
Retrieves Message Acknowledgment(MSA) segment present in this message
|
ISingleCollection<NTE> |
getNotesAndCommentsSegments()
Retrieves Collection of Notes and Comments Segments(NTE) present in this message.
|
ISingleCollection<IGroup> |
getObservationGroups()
Retrieves Collection of OBSERVATION GROUP present in this message.
|
PID |
getPatientIdentificationSegment()
Retrieves Patient Identification(PID) segment present in this message.
|
IGroup |
getPatientVisitGroup()
Retrieves PatientVisit Group present in this message.
|
ISingleCollection<IGroup> |
getProcedureGroups()
Retrieves Collection of PROCEDURE GROUP present in this message.
|
ISingleCollection<IGroup> |
getProviderContactGroups()
Retrieves Collection of PROVIDER_CONTACT GROUP present in this message.
|
RF1 |
getReferralInformationSegment()
Retrieves Referral Information(RF1) segment present in this message
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves Collection of Software Segments(SFT) present in this message.
|
UAC |
getUserAuthenticationCredentialSegment()
Retrieves User Authentication Credential(UAC) segment present in this message
|
void |
setAccidentInformationSegment(ACC objACC)
Sets value of Accident Information segment for this message,overwrites if already present.
|
void |
setAuthorizationContactGroup(IGroup objGroup)
Sets value of Authorization Contact Group for this message,overwrites if already present.
|
void |
setMessageAcknowledgmentSegment(MSA objMSA)
Sets value of Message Acknowledgment segment for this message,overwrites if already present.
|
void |
setPatientIdentificationSegment(PID objPID)
Sets value of PID segment for this message,overwrites if already present.
|
void |
setPatientVisitGroup(IGroup objGroup)
Sets value of PatientVisit Group for this message,overwrites if already present.
|
void |
setReferralInformationSegment(RF1 objRF1)
Sets value of Referral Information segment for this message,overwrites if already present.
|
void |
setUserAuthenticationCredentialSegment(UAC objUAC)
Sets value of User Authentication Credential segment for this message,overwrites if already present.
|
contains, 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 ISingleCollection<SFT> getSoftwareSegments()
public void addSoftwareSegment(SFT objSFT)
objSFT - Specified Software Segment(SFT) to be added in this messageto this message.public void addSoftwareSegment(ISingleCollection<SFT> objSFTSegmentCollection)
objSFTSegmentCollection - Collection of Software Segments to add in this messagepublic UAC getUserAuthenticationCredentialSegment()
public void setUserAuthenticationCredentialSegment(UAC objUAC)
objUAC - Specified UAC Segmentpublic MSA getMessageAcknowledgmentSegment()
public void setMessageAcknowledgmentSegment(MSA objMSA)
objMSA - Specified Message Acknowledgment Segmentpublic RF1 getReferralInformationSegment()
public void setReferralInformationSegment(RF1 objRF1)
objRF1 - Specified Referral Information Segmentpublic IGroup getAuthorizationContactGroup()
public void setAuthorizationContactGroup(IGroup objGroup)
objGroup - Specified Authorization Contact Grouppublic ISingleCollection<IGroup> getProviderContactGroups()
public void addProviderContactGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified PROVIDER_CONTACT GROUP Collection.public void addProviderContactGroup(IGroup objGroup)
objGroup - Specified Provider Contact GROUP.public PID getPatientIdentificationSegment()
public void setPatientIdentificationSegment(PID objPID)
objPID - Specified PID Segmentpublic ACC getAccidentInformationSegment()
public void setAccidentInformationSegment(ACC objACC)
objACC - Specified Accident Information Segmentpublic void addDiagnosisSegment(DG1 objDG1)
objDG1 - Specified Diagnosis(DG1) Segment.public void addDiagnosisSegments(ISingleCollection<DG1> objDG1SegmentCollection)
objDG1SegmentCollection - Collection of Diagnosis(DG1)public ISingleCollection<DG1> getDiagnosisSegments()
public void addDiagnosisRelatedGroupSegment(DRG objDRG)
objDRG - Specified Diagnosis Related Group Segment(DRG)public void addDiagnosisRelatedGroupSegments(ISingleCollection<DRG> objDRGSegmentCollection)
objDRGSegmentCollection - Collection of Diagnosis Related Group Segment(DRG)public ISingleCollection<DRG> getDiagnosisRelatedGroupSegments()
public void addAllergyInformationSegment(AL1 objAL1)
objAL1 - Specified Allergy Information(AL1)public void addAllergyInformationSegments(ISingleCollection<AL1> objAL1SegmentCollection)
objAL1SegmentCollection - Collection of Allergy Information(AL1)public ISingleCollection<AL1> getAllergyInformationSegments()
public ISingleCollection<IGroup> getProcedureGroups()
public void addProcedureGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified PROCEDURE GROUP Collection.public void addProcedureGroup(IGroup objGroup)
objGroup - Specified Procedure GROUP.public ISingleCollection<IGroup> getObservationGroups()
public void addObservationGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified OBSERVATION GROUP Collection.public void addObservationGroup(IGroup objGroup)
objGroup - Specified Observation GROUP.public IGroup getPatientVisitGroup()
public void setPatientVisitGroup(IGroup objGroup)
objGroup - Specified PatientVisit Grouppublic ISingleCollection<NTE> getNotesAndCommentsSegments()
public void addNotesAndCommentsSegment(NTE objNTE)
objNTE - Specified Notes and Comments Segment(NTE)to this message.public void addNotesAndCommentsSegments(ISingleCollection<NTE> objNTESegmentCollection)
objNTESegmentCollection - Collection of Notes and Comments Segments to add in this message