public final class ORU_R40 extends Message
Represents a OPU_R01 message structure (see chapter 7.3.12). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARY| Modifier and Type | Method and Description |
|---|---|
void |
addPatientResultGroup(IGroup objGroup)
Add Patient Result GROUP to this message.
|
void |
addPatientResultGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Patient Result 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.
|
DSC |
getContinuationPointerSegment()
Retrieves Continuation Pointer(DSC) segment present in this message
|
ISingleCollection<IGroup> |
getPatientResultGroups()
Retrieves Collection of Patient Result 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 |
setContinuationPointerSegment(DSC objDSC)
Sets value of Continuation Pointer 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<IGroup> getPatientResultGroups()
public void addPatientResultGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified Patient Result GROUP Collection.public void addPatientResultGroup(IGroup objGroup)
objGroup - Specified Patient Result GROUP.public DSC getContinuationPointerSegment()
public void setContinuationPointerSegment(DSC objDSC)
objDSC - Specified Continuation Pointer Segment