public abstract class RPI_I01_Common extends Message
Represents a RPI_I01 message structure (see chapter 11.3.1). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARY| Modifier and Type | Method and Description |
|---|---|
void |
addNextOfKinSegment(NK1 objNK1)
Adds Next of Kin/Associated Parties(NK1) to this message.
|
void |
addNextOfKinSegments(ISingleCollection<NK1> objSegments)
Adds collection of Next of Kin/Associated Parties(NK1) 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 |
addProviderGroup(IGroup objGroup)
Adds Provider GROUP to this message.
|
void |
addProviderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PROVIDER 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.
|
IGroup |
getGuarantorInsuranceGroup()
Retrieves GuarantorInsurance Group present in this message.
|
MSA |
getMessageAcknowledgmentSegment()
Retrieves Message Acknowledgment(MSA) segment present in this message
|
ISingleCollection<NK1> |
getNextOfKinSegments()
Retrieves Collection of Next of Kin/Associated Parties(NK1) present in this message.
|
ISingleCollection<NTE> |
getNotesAndCommentsSegments()
Retrieves Collection of Notes and Comments Segments(NTE) present in this message.
|
PID |
getPatientIdentificationSegment()
Retrieves Patient Identification(PID) segment present in this message.
|
ISingleCollection<IGroup> |
getProviderGroups()
Retrieves Collection of PROVIDER GROUP 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 |
setGuarantorInsuranceGroup(IGroup objGroup)
Sets value of GuarantorInsurance 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 |
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 ISingleCollection<IGroup> getProviderGroups()
public void addProviderGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified PROVIDER GROUP Collection.public void addProviderGroup(IGroup objGroup)
objGroup - Specified Provider GROUP.public PID getPatientIdentificationSegment()
public void setPatientIdentificationSegment(PID objPID)
objPID - Specified PID Segmentpublic void addNextOfKinSegment(NK1 objNK1)
objNK1 - Specified Next of Kin/Associated Parties(NK1)public void addNextOfKinSegments(ISingleCollection<NK1> objSegments)
objSegments - Collection of Next of Kin/Associated Parties(NK1)public ISingleCollection<NK1> getNextOfKinSegments()
public IGroup getGuarantorInsuranceGroup()
public void setGuarantorInsuranceGroup(IGroup objGroup)
objGroup - Specified GuarantorInsurance 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