public final class OMP_O09 extends Message
Represents a OMP_O09 message structure (see chapter 4A.3.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.
OMP_O09 objO09 = (OMP_O09)MessageFactory.createInstance().createSendSupportedMessage("OMP", "O09");
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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<NTE> |
getNotesAndCommentsSegments()
Retrieves Collection of Notes and Comments Segments(NTE) present in this message.
|
ISingleCollection<IGroup> |
getOrderGroups()
Retrieves Collection of ORDER GROUP present in this message.
|
IGroup |
getPatientGroup()
Retrieves Patient Group present in this message.
|
ISingleCollection<ARV> |
getPatientIdentificationAccessRestrictionsSegments()
Retrieves Collection of Access Restrictions(ARV) 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 |
setPatientGroup(IGroup objGroup)
Sets value of Patient 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 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 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 getPatientGroup()
public void setPatientGroup(IGroup objGroup)
objGroup - Specified Patient Grouppublic ISingleCollection<IGroup> getOrderGroups()
public void addOrderGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified ORDER GROUP Collection.public void addOrderGroup(IGroup objGroup)
objGroup - Specified ORDER GROUP.