public final class OPU_R25 extends Message
Represents a OPU_R25 message structure (see chapter 7.3.11). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARY| Modifier and Type | Method and Description |
|---|---|
void |
addAccessionDetailsGroup(IGroup objGroup)
Adds ACCESSION DETAILS GROUP to this message.
|
void |
addAccessionDetailsGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of ACCESSION DETAILS GROUP to this message.
|
void |
addNotesAndCommentsSegment(ISingleCollection<NTE> objNTESegmentCollection)
Adds collection of Notes and Comments Segment(NTE) to this message.
|
void |
addNotesAndCommentsSegment(NTE objNTE)
Adds Notes and Comments Segment(NTE) to this message.
|
void |
addParticipationForPatientSegment(ISingleCollection<PRT> objPRTSegmentCollection)
Adds collection of Participation(PRT) to this message.
|
void |
addParticipationForPatientSegment(PRT objPRT)
Adds Participation(PRT) to this message.
|
void |
addPatientVisitObservationGroup(IGroup objGroup)
Adds Patient Visit Observation GROUP to this message.
|
void |
addPatientVisitObservationGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Patient Visit 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.
|
ISingleCollection<IGroup> |
getAccessionDetailsGroups()
Retrieves Collection of ACCESSION DETAIL GROUP present in this message.
|
ISingleCollection<NTE> |
getNotesAndCommentsSegments()
Retrieves Collection of Notes and Comments Segments(NTE) present in this message.
|
ISingleCollection<PRT> |
getParticipationForPatientSegments()
Retrieves Collection of Participation(PRT) present in this message.
|
PV2 |
getPatientVisitAdditionalInfoSegment()
Retrieves Patient Visit Additional Info(PV2) segment present in this message.
|
ISingleCollection<IGroup> |
getPatientVisitObservationGroups()
Retrieves Collection of Patient Visit Observation GROUP 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 |
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 ISingleCollection<NTE> getNotesAndCommentsSegments()
public void addNotesAndCommentsSegment(NTE objNTE)
objNTE - Specified Notes and Comments Segment(NTE)to add in this message.public void addNotesAndCommentsSegment(ISingleCollection<NTE> objNTESegmentCollection)
objNTESegmentCollection - Collection of Notes and Comments Segments to add in this messagepublic PV1 getPatientVisitSegment()
public void setPatientVisitSegment(PV1 objPV1)
objPV1 - Specified PV1 Segmentpublic PV2 getPatientVisitAdditionalInfoSegment()
public void setPatientVisitAdditionalInfoSegment(PV2 objPV2)
objPV2 - Specified PV2 Segmentpublic void addParticipationForPatientSegment(PRT objPRT)
objPRT - Specified Participation Segment to be added in message.public void addParticipationForPatientSegment(ISingleCollection<PRT> objPRTSegmentCollection)
objPRTSegmentCollection - Collection of Participation(PRT) to add in this messagepublic ISingleCollection<PRT> getParticipationForPatientSegments()
public ISingleCollection<IGroup> getPatientVisitObservationGroups()
public void addPatientVisitObservationGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified Patient Visit Observation GROUP Collection.public void addPatientVisitObservationGroup(IGroup objGroup)
objGroup - Specified Patient Visit Observation GROUP.public ISingleCollection<IGroup> getAccessionDetailsGroups()
public void addAccessionDetailsGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified ACCESSION DETAILS GROUP Collection.public void addAccessionDetailsGroup(IGroup objGroup)
objGroup - Specified ACCESSION DETAILS GROUP.