public final class CCQ_I19 extends Message
Represents a CCQ_I19 message structure (see chapter 11.7.1). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARY| Constructor and Description |
|---|
CCQ_I19(IMap objMessageMap)
Constructs the CCU_I19 message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addProviderContactGroup(IGroup objGroup)
Adds Provider Contact GROUP to this message.
|
void |
addProviderContactGroups(ISingleCollection<IGroup> objSingleCollection)
Adds Collection of Provider Contact GROUP to this message.
|
void |
addRelationshipSegment(ISingleCollection<REL> objRELSegmentCollection)
Adds collection of Relationship Segment(REL) to this message.
|
void |
addRelationshipSegment(REL objREL)
Adds Relationship Segment(REL) 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<IGroup> |
getProviderContactGroups()
Retrieves Collection of Provider Contact GROUP present in this message.
|
RF1 |
getReferralInformationSegment()
Retrieves Referral Information(RF1) segment present in this message
|
ISingleCollection<REL> |
getRelationshipSegments()
Retrieves Collection of Relationship Segments(REL) 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 |
setReferralInformationSegment(RF1 objRF1)
Sets value of Referral Information 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 CCQ_I19(IMap objMessageMap)
public 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 RF1 getReferralInformationSegment()
public void setReferralInformationSegment(RF1 objRF1)
objRF1 - Specified Referral Information Segmentpublic ISingleCollection<IGroup> getProviderContactGroups()
public void addProviderContactGroups(ISingleCollection<IGroup> objSingleCollection)
objSingleCollection - Specified Provider Contact GROUP Collection.public void addProviderContactGroup(IGroup objGroup)
objGroup - Provider Contact GROUP.public void addRelationshipSegment(REL objREL)
objREL - Specified Relationship Segment(REL)to be added in message.public void addRelationshipSegment(ISingleCollection<REL> objRELSegmentCollection)
objRELSegmentCollection - Collection of Relationship Segments to add in this messagepublic ISingleCollection<REL> getRelationshipSegments()