public final class STC_S33 extends Message
Represents a STC_S33 message structure (see chapter 17.6.1). 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.
STC_S33 objS33 = (STC_S33)MessageFactory.createInstance().createSendSupportedMessage("STC", "S33");
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
addSterilizationConfigurationSegment(SCP objSCP)
Adds Sterilization Configuration(SCP) to this message.
|
void |
addSterilizationConfigurationSegments(ISingleCollection<SCP> objSCPSegmentCollection)
Adds collection of Sterilization Configuration(SCP) to this message.
|
ISingleCollection<SFT> |
getSoftwareSegments()
Retrieves Collection of Software Segments(SFT) present in this message.
|
ISingleCollection<SCP> |
getSterilizationConfigurationSegments()
Retrieves Collection of Sterilization Configuration(SCP) present in this message.
|
UAC |
getUserAuthenticationCredentialSegment()
Retrieves User Authentication Credential(UAC) segment present in this message
|
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<SCP> getSterilizationConfigurationSegments()
public void addSterilizationConfigurationSegment(SCP objSCP)
objSCP - Specified Sterilization Configuration(SCP) to be added in this message.public void addSterilizationConfigurationSegments(ISingleCollection<SCP> objSCPSegmentCollection)
objSCPSegmentCollection - Collection of Sterilization Configuration(SCP) to add in this message