public final class RQP_I04 extends Message
Represents a RQP_I04 message structure (see chapter 11.3.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.
RQP_I04 objI04 = (RQP_I04)MessageFactory.createInstance().createSendSupportedMessage("RQP", "I04");
| Modifier and Type | Method and Description |
|---|---|
void |
addGuarantorSegment(GT1 objGT1)
Adds Guarantor (global across all FT1s)(GT1 ) to this message.
|
void |
addGuarantorSegments(ISingleCollection<GT1> objGT1SegmentCollection)
Adds collection of Guarantor (global across all FT1s)(GT1) to this message.
|
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.
|
ISingleCollection<GT1> |
getGuarantorSegments()
Retrieves Collection of Guarantor (global across all FT1s)(GT1) 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 |
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 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 void addGuarantorSegment(GT1 objGT1)
objGT1 - Specified Guarantor(GT1) Segment.public void addGuarantorSegments(ISingleCollection<GT1> objGT1SegmentCollection)
objGT1SegmentCollection - Collection of Diagnosis(GT1)public ISingleCollection<GT1> getGuarantorSegments()
public 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