public final class DFT_P03 extends Message
Represents a DFT_P03 message structure (see chapter 6.4.3). 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.
DFT_P03 objP03 = (DFT_P03)MessageFactory.createInstance().createSendSupportedMessage("DFT", "P03");
| Modifier and Type | Method and Description |
|---|---|
void |
addCommonOrderGroup(IGroup objGroup)
Adds Common Order GROUP to this message.
|
void |
addCommonOrderGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Common Order GROUP to this message.
|
void |
addDiagnosisInformationSegment(DG1 objDG1)
Adds Diagnosis Information(DG1) to this message.
|
void |
addDiagnosisInformationSegment(ISingleCollection<DG1> objDG1SegmentCollection)
Adds collection of Diagnosis Information(DG1) to this message.
|
void |
addDisabilityInformationSegment(DB1 objDB1)
Adds Disability Information(DB1) to this message.
|
void |
addDisabilityInformationSegment(ISingleCollection<DB1> objDB1SegmentCollection)
Adds collection of Disability Information(DB1) to this message.
|
void |
addFinancialGroup(IGroup objGroup)
Adds Financial GROUP to this message.
|
void |
addFinancialGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Financial GROUP to this message.
|
void |
addGuarantorSegment(GT1 objGT1)
Adds Guarantor(GT1) to this message.
|
void |
addGuarantorSegment(ISingleCollection<GT1> objGT1SegmentCollection)
Adds collection of Guarantor(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 |
addParticipationSegment(PRT objPRT)
Adds Participation(PRT) Segment to this message.
|
void |
addPaticipationSegments(ISingleCollection<PRT> objPRTSegmentCollection)
Adds collection of Participation(PRT) Segment to this message.
|
void |
addPatientIdentificationRole(ROL objROL)
Adds Role(ROL) segment associated with Patient Identification.
|
void |
addPatientIdentificationRoles(ISingleCollection<ROL> objROLSegmentCollection)
Adds collection of Role(ROL) segments associated with Patient Identification.
|
void |
addPatientVisitRoleSegment(ISingleCollection<ROL> objROLSegmentCollection)
Adds collection of Role Segments(ROL) to this message.
|
void |
addPatientVisitRoleSegment(ROL objROL)
Adds Role Segment(ROL) 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 segment(ACC) present in this message.
|
PD1 |
getAdditinalDemographicsSegment()
Retrieves Additinal Demographics segment(PD1) present in this message.
|
ISingleCollection<IGroup> |
getCommonOrderGroups()
Retrieves Collection of Common Order GROUP present in this message.
|
ISingleCollection<DG1> |
getDiagnosisInformationSegments()
Retrieves Collection of Diagnosis Information(DG1) present in this message.
|
DRG |
getDiagnosisRelatedGroupSegment()
Retrieves Diagnosis Related Group(DRG ) segment present in this message.
|
ISingleCollection<DB1> |
getDisabilityInformationSegments()
Retrieves Collection of Disability Information(DB1) present in this message.
|
EVN |
getEventTypeSegment()
Retrieves Event Type(EVN) segment present in this message
|
ISingleCollection<IGroup> |
getFinancialGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<GT1> |
getGuarantorSegments()
Retrieves Collection of Guarantor(GT1) present in this message.
|
ISingleCollection<IGroup> |
getInsuranceGroups()
Retrieves Collection of Insurance GROUP present in this message.
|
ISingleCollection<PRT> |
getParticipationSegments()
Retrieves Collection of Participation(PRT) Segment present in this message.
|
ISingleCollection<ROL> |
getPatientIdentificationRoles()
Retrieves Collection of Patient Identification Role(ROL) Segments present in this message.
|
PID |
getPatientIdentificationSegment()
Retrieves Patient Identification(PID) segment present in this message.
|
PV2 |
getPatientVisitAdditiionalInfoSegment()
Retrieves Patient Visit Additiional Info(PV2) segment present in this message.
|
ISingleCollection<ROL> |
getPatientVisitRoleSegments()
Retrieves Collection of Role Segment(ROL) present in this message.
|
PV1 |
getPatientVisitSegment()
Retrieves Patient Visit(PV1) 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(ACC) for this message,overwrites if already present.
|
void |
setAdditinalDemographicsSegment(PD1 objPD1)
Sets value of Additinal Demographics segment(PD1) for this message,overwrites if already present.
|
void |
setDiagnosisRelatedGroupSegment(DRG objDRG)
Sets value of Diagnosis Related Group segment for this message,overwrites if already present.
|
void |
setEventTypeSegment(EVN objEVN)
Sets value of Event Type 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 |
setPatientVisitAdditiionalInfoSegment(PV2 objPV2)
Sets value of Patient Visit Additiional Info(PV2) segment for this message,overwrites if already present.
|
void |
setPatientVisitSegment(PV1 objPV1)
Sets value of PV1 segment for this message,overwrites if already present.
|
void |
setUserAuthenticationCredentialSegment(UAC objUAC)
Sets value of User Authentication Credential(UAC) 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 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 ISingleCollection<SFT> getSoftwareSegments()
public UAC getUserAuthenticationCredentialSegment()
public void setUserAuthenticationCredentialSegment(UAC objUAC)
objUAC - Specified UAC Segmentpublic EVN getEventTypeSegment()
public void setEventTypeSegment(EVN objEVN)
objEVN - Specified EVN 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 ISingleCollection<PRT> getParticipationSegments()
public void addParticipationSegment(PRT objPRT)
objPRT - Specified Participation(PRT) Segment to be added in this message.public void addPaticipationSegments(ISingleCollection<PRT> objPRTSegmentCollection)
objPRTSegmentCollection - Collection of Participation Segments to add in this messagepublic void addPatientIdentificationRole(ROL objROL)
objROL - Specified Role(ROL) segment associated with Patient Identification.public void addPatientIdentificationRoles(ISingleCollection<ROL> objROLSegmentCollection)
objROLSegmentCollection - Collection of Role(ROL) segments associated with Patient Identification.public ISingleCollection<ROL> getPatientIdentificationRoles()
public PV1 getPatientVisitSegment()
public void setPatientVisitSegment(PV1 objPV1)
objPV1 - Specified PV1 Segmentpublic PV2 getPatientVisitAdditiionalInfoSegment()
public void setPatientVisitAdditiionalInfoSegment(PV2 objPV2)
objPV2 - Specified PV2 Segmentpublic void addPatientVisitRoleSegment(ROL objROL)
objROL - Specified Role Segment to be added in message.public void addPatientVisitRoleSegment(ISingleCollection<ROL> objROLSegmentCollection)
objROLSegmentCollection - Collection of Role Segment(ROL) to add in this messagepublic ISingleCollection<ROL> getPatientVisitRoleSegments()
public void addDisabilityInformationSegment(DB1 objDB1)
objDB1 - Specified Disability Information Segment to be added in message.public void addDisabilityInformationSegment(ISingleCollection<DB1> objDB1SegmentCollection)
objDB1SegmentCollection - Collection of Disability Information(DB1) to add in this messagepublic ISingleCollection<DB1> getDisabilityInformationSegments()
public ISingleCollection<IGroup> getCommonOrderGroups()
public void addCommonOrderGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified Common Order GROUP Collection.public void addCommonOrderGroup(IGroup objGroup)
objGroup - Specified Common Order GROUP.public void addFinancialGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified Financial GROUP Collection.public void addFinancialGroup(IGroup objGroup)
objGroup - Specified Financial GROUP.public ISingleCollection<IGroup> getFinancialGroups()
public void addDiagnosisInformationSegment(DG1 objDG1)
objDG1 - Specified Diagnosis Information(DG1) Segment to this message.public void addDiagnosisInformationSegment(ISingleCollection<DG1> objDG1SegmentCollection)
objDG1SegmentCollection - Collection of Diagnosis Information(DG1) to add in this messagepublic ISingleCollection<DG1> getDiagnosisInformationSegments()
public DRG getDiagnosisRelatedGroupSegment()
public void setDiagnosisRelatedGroupSegment(DRG objDRG)
objDRG - Specified DRG Segmentpublic void addGuarantorSegment(GT1 objGT1)
objGT1 - Specified Guarantor Segment to this message.public void addGuarantorSegment(ISingleCollection<GT1> objGT1SegmentCollection)
objGT1SegmentCollection - Collection of Guarantor(GT1) to add in this messagepublic 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 ACC getAccidentInformationSegment()
public void setAccidentInformationSegment(ACC objACC)
objACC - Specified Accident Information(ACC) Segment.