public abstract class PMU_B04_Common extends Message
Represents a PMU_B04 message structure (see chapter 15.3.4). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARY| Modifier and Type | Method and Description |
|---|---|
void |
addOrganizationSegment(ORG objORG)
Adds Organization Segment(ORG) to this message.
|
void |
addOrganizationSegments(ISingleCollection<ORG> objORGSegmentCollection)
Adds collection of Organization Segment(ORG) to this message.
|
void |
addPractitionerSegment(PRA objPRA)
Adds Practitioner Segment(PRA) to this message.
|
void |
addPractitionerSegments(ISingleCollection<PRA> objPRASegmentCollection)
Adds collection of Practitioner Segment(PRA) 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<ORG> |
getOrganizationSegments()
Retrieves Collection of Organization Segments(ORG) present in this message.
|
ISingleCollection<PRA> |
getPractitionerSegments()
Retrieves Collection of Practitioner Segments(PRA) present in this message.
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves Collection of Software Segments(SFT) present in this message.
|
STF |
getStaffTypeSegment()
Retrieves Staff(STF) segment 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 |
setStaffSegment(STF objSTF)
Sets value of Staff segment for this message,overwrites if already present.
|
void |
setUserAuthenticationCredentialSegment(UAC objUAC)
Sets value of User Authentication Credential(UAC) 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 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 EVN getEventTypeSegment()
public void setEventTypeSegment(EVN objEVN)
objEVN - Specified EVN Segmentpublic void setStaffSegment(STF objSTF)
objSTF - Specified Staff Segmentpublic STF getStaffTypeSegment()
public ISingleCollection<PRA> getPractitionerSegments()
public void addPractitionerSegment(PRA objPRA)
objPRA - Specified Practitioner Segment(PRA)public void addPractitionerSegments(ISingleCollection<PRA> objPRASegmentCollection)
objPRASegmentCollection - Collection of Practitioner Segmentspublic ISingleCollection<ORG> getOrganizationSegments()
public void addOrganizationSegment(ORG objORG)
objORG - Specified Organization Segment(ORG)public void addOrganizationSegments(ISingleCollection<ORG> objORGSegmentCollection)
objORGSegmentCollection - Collection of Organization Segments