public final class VXU_V04 extends Message
Represents a VXU_V04 message structure (see chapter 4A.7.6 ) 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.
VXU_V04 objV04 = (VXU_V04)MessageFactory.createInstance().createSendSupportedMessage("VXU", "V04");
| 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 |
addInsuranceGroup(IGroup objGroup)
Adds Insurance GROUP to this message.
|
void |
addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Insurance GROUP to this message.
|
void |
addNextOfKinOrAssociatedPartiesSegment(NK1 objNK1)
Adds Next of Kin/ Associated Parties (NK1 ) to this message.
|
void |
addNextOfKinOrAssociatedPartiesSegments(ISingleCollection<NK1> objSegments)
Adds collection of Next of Kin/ Associated Parties (NK1) to this message.
|
void |
addOrderGroup(IGroup objGroup)
Adds ORDER GROUP to this message.
|
void |
addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ORDER GROUP to this message.
|
void |
addPatientIdentificationAccessRestrictionsSegment(ARV objARV)
Adds Access Restrictions(ARV) to this message.
|
void |
addPatientIdentificationAccessRestrictionsSegment(ISingleCollection<ARV> objARVSegmentCollection)
Adds collection of Access Restrictions(ARV) to this message.
|
void |
addPersonObservationGroup(IGroup objGroup)
Adds Person Observation GROUP to this message.
|
void |
addPersonObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Person Observation 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.
|
PD1 |
getAdditinalDemographicsSegment()
Retrieves Additinal Demographics segment(PD1) present in this message.
|
ISingleCollection<GT1> |
getGuarantorSegments()
Retrieves Collection of Guarantor (global across all FT1s)(GT1) present in this message.
|
ISingleCollection<IGroup> |
getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<NK1> |
getNextOfKinOrAssociatedPartiesSegments()
Retrieves Collection of Next of Kin/ Associated Parties (NK1) present in this message.
|
ISingleCollection<IGroup> |
getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
ISingleCollection<ARV> |
getPatientIdentificationAccessRestrictionsSegments()
Retrieves Collection of Access Restrictions(ARV) present in this message.
|
PID |
getPatientIdentificationSegment()
Retrieves Patient Identification(PID) segment present in this message.
|
IGroup |
getPatientVisitGroup()
Retrieves Patient Visit Group present in this message.
|
ISingleCollection<IGroup> |
getPersonObservationGroups()
Retrieves Collection of Person Observation 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 |
setAdditinalDemographicsSegment(PD1 objPD1)
Sets value of Additinal Demographics segment(PD1) 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 Patient Visit Group 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 PID getPatientIdentificationSegment()
public void setPatientIdentificationSegment(PID objPID)
objPID - Specified PID Segmentpublic PD1 getAdditinalDemographicsSegment()
public void setAdditinalDemographicsSegment(PD1 objPD1)
objPD1 - Specified Additinal Demographics(PD1) Segment.public void addNextOfKinOrAssociatedPartiesSegment(NK1 objNK1)
objNK1 - Specified Next of Kin/ Associated Parties(NK1)public void addNextOfKinOrAssociatedPartiesSegments(ISingleCollection<NK1> objSegments)
objSegments - Collection of Next of Kin/ Associated Parties(NK1)public ISingleCollection<NK1> getNextOfKinOrAssociatedPartiesSegments()
public void addPatientIdentificationAccessRestrictionsSegment(ARV objARV)
objARV - Specified Access Restrictions Segment to be added in message.public void addPatientIdentificationAccessRestrictionsSegment(ISingleCollection<ARV> objARVSegmentCollection)
objARVSegmentCollection - Collection of Access Restrictions(ARV) to add in this messagepublic ISingleCollection<ARV> getPatientIdentificationAccessRestrictionsSegments()
public IGroup getPatientVisitGroup()
public void setPatientVisitGroup(IGroup objGroup)
objGroup - Specified Visit Patient Grouppublic 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<IGroup> getInsuranceGroups()
public void addInsuranceGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified Insurance GROUP Collection.public void addInsuranceGroup(IGroup objGroup)
objGroup - Specified Insurance GROUP.public ISingleCollection<IGroup> getPersonObservationGroups()
public void addPersonObservationGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified Person Observation GROUP Collection.public void addPersonObservationGroup(IGroup objGroup)
objGroup - Specified Person Observation GROUP.public ISingleCollection<IGroup> getOrderGroups()
public void addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified ORDER GROUP Collection.public void addOrderGroup(IGroup objGroup)
objGroup - Specified ORDER GROUP.