public abstract class ADT_A47_Common extends Message
Represents a ADT_A47 message structure (see chapter 3.2.47). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARY| Constructor and Description |
|---|
ADT_A47_Common(IMap objMessageMap,
java.lang.String strMessageCode,
java.lang.String strTriggerEvent,
java.lang.String strMessageStructure)
Construct the A47 message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPatientGroup(IGroup objGroup)
Adds PATIENT GROUP to this message.
|
void |
addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of PATIENT 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.
|
EVN |
getEventTypeSegment()
Retrieves Event Type(EVN) segment present in this message
|
ISingleCollection<IGroup> |
getPatientGroups()
Retrieves Collection of PATIENT 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 |
setEventTypeSegment(EVN objEVN)
Sets value of Event Type 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 ADT_A47_Common(IMap objMessageMap, java.lang.String strMessageCode, java.lang.String strTriggerEvent, java.lang.String strMessageStructure)
public 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 ISingleCollection<IGroup> getPatientGroups()
public void addPatientGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - - Specified PATIENT GROUP Collection.public void addPatientGroup(IGroup objGroup)
objGroup - Specified PATIENT GROUP.