public final class ADT_A38 extends Message
Represents a ADT_A38 message structure (see chapter 3.2.38). 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.
ADT_A38 objA38 = (ADT_A38)MessageFactory.createInstance().createSendSupportedMessage("ADT", "A38");
| Modifier and Type | Method and Description |
|---|---|
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 |
addObservationOrResultSegment(ISingleCollection<OBX> objOBXSegmentCollection)
Adds collection of Observation Or Result(OBX) to this message.
|
void |
addObservationOrResultSegment(OBX objOBX)
Adds Observation Or Result(OBX) 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<DG1> |
getDiagnosisInformationSegments()
Retrieves Collection of Diagnosis Information(DG1) present in this message.
|
DRG |
getDiagnosisRelatedGroupSegment()
Retrieves Diagnosis Related Group segment(DRG) 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<OBX> |
getObservationOrResultSegments()
Retrieves Collection of Observation Or Result(OBX) present in this message.
|
PID |
getPatientIdentificationSegment()
Retrieves Patient Identification(PID) segment present in this message.
|
PV2 |
getPatientVisitAdditionalInfoSegment()
Retrieves Patient Visit Additional Info(PV2) segment 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 |
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(DRG) 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 |
setPatientVisitAdditionalInfoSegment(PV2 objPV2)
Sets value of Patient Visit Additional Info(PV2) segment for this message,overwrites if already present.
|
void |
setPatientVisitSegment(PV1 objPV1)
Sets value of Patient Visit 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 void addSoftwareSegment(SFT objSFT)
objSFT - Specified Software Segment(SFT)to be added in 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 PV1 getPatientVisitSegment()
public void setPatientVisitSegment(PV1 objPV1)
objPV1 - Specified PV1 Segmentpublic PV2 getPatientVisitAdditionalInfoSegment()
public void setPatientVisitAdditionalInfoSegment(PV2 objPV2)
objPV2 - Specified PV2 Segmentpublic 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 void addObservationOrResultSegment(OBX objOBX)
objOBX - Specified Observation Or Result Segment to be added in message.public void addObservationOrResultSegment(ISingleCollection<OBX> objOBXSegmentCollection)
objOBXSegmentCollection - Collection of Observation Or Result(OBX) to add in this messagepublic ISingleCollection<OBX> getObservationOrResultSegments()
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 Diagnosis Related Group(DRG) Segment.