public abstract class PMU_B01_Common extends Message
Represents a PMU_B01 message structure (see chapter 15.3.1). This structure contains the following elements:
0: MSH (Message Header Segment) SINGLE_COMPULSARY| Modifier and Type | Method and Description |
|---|---|
void |
addAffiliationSegment(AFF objAFF)
Adds Affiliation Segment(AFF) to this message.
|
void |
addAffiliationSegments(ISingleCollection<AFF> objAFFSegmentCollection)
Adds collection of Affiliation Segment(AFF) to this message.
|
void |
addCertificateSegment(CER objCER)
Adds Certificate Segment(CER) to this message.
|
void |
addCertificateSegments(ISingleCollection<CER> objCERSegmentCollection)
Adds collection of Certificate Segment(CER) to this message.
|
void |
addEducationSegment(EDU objEDU)
Adds Education Segment(EDU) to this message.
|
void |
addEducationSegments(ISingleCollection<EDU> objEDUSegmentCollection)
Adds collection of Education Segment(EDU) to this message.
|
void |
addLanguageSegment(LAN objLAN)
Adds Language Segment(LAN) to this message.
|
void |
addLanguageSegments(ISingleCollection<LAN> objLANSegmentCollection)
Adds collection of Language Segment(LAN) to this message.
|
void |
addNextOfKinSegment(NK1 objNK1)
Adds NextOfKin (NK1) Segment to this message.
|
void |
addNextOfKinSegments(ISingleCollection<NK1> objNK1SegmentCollection)
Adds collection of NextOfKin (NK1) Segment to this message.
|
void |
addOrganizationSegment(ORG objORG)
Adds Organization Segment(ORG) to this message.
|
void |
addOrganizationSegments(ISingleCollection<ORG> objSegmentORGCollection)
Adds collection of Organization Segment(ORG) to this message.
|
void |
addParticipationSegment(PRT objPRT)
Adds Participation(PRT) Segment to this message.
|
void |
addPaticipationSegments(ISingleCollection<PRT> objPRTSegmentCollection)
Adds collection of PArticipation(PRT) Segment 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 |
addRoleSegment(ROL objROL)
Adds Certificate Segment(CER) to this message.
|
void |
addRoleSegments(ISingleCollection<ROL> objROLSegmentCollection)
Adds collection of Role Segment(ROL) 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<AFF> |
getAffiliationSegments()
Retrieves Collection of Affiliation Segments(AFF) present in this message.
|
ISingleCollection<CER> |
getCertificateSegments()
Retrieves Collection of Certificate Segments(CER) present in this message.
|
ISingleCollection<EDU> |
getEducationSegments()
Retrieves Collection of Education Segments(EDU) present in this message.
|
EVN |
getEventTypeSegment()
Retrieves Event Type(EVN) segment present in this message
|
ISingleCollection<LAN> |
getLanguageSegments()
Retrieves Collection of Language Segments(LAN) present in this message.
|
ISingleCollection<NK1> |
getNextOfKinSegments()
Retrieves Collection of NextOfKin (NK1) Segment present in this message.
|
ISingleCollection<ORG> |
getOrganizationSegments()
Retrieves Collection of Organization Segments(ORG) present in this message.
|
ISingleCollection<PRT> |
getParticipationSegments()
Retrieves Collection of Participation(PRT) Segment present in this message.
|
ISingleCollection<PRA> |
getPractitionerSegments()
Retrieves Collection of Practitioner Segments(PRA) present in this message.
|
ISingleCollection<ROL> |
getRoleSegments()
Retrieves Collection of Role Segments(ROL) 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 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 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> objSegmentORGCollection)
objSegmentORGCollection - Collection of Organization Segmentspublic ISingleCollection<AFF> getAffiliationSegments()
public void addAffiliationSegment(AFF objAFF)
objAFF - Specified Affiliation Segment(AFF)public void addAffiliationSegments(ISingleCollection<AFF> objAFFSegmentCollection)
objAFFSegmentCollection - Collection of Affiliation Segmentspublic ISingleCollection<LAN> getLanguageSegments()
public void addLanguageSegment(LAN objLAN)
objLAN - Specified Language Segment(LAN)public void addLanguageSegments(ISingleCollection<LAN> objLANSegmentCollection)
objLANSegmentCollection - Collection of Language Segmentspublic ISingleCollection<EDU> getEducationSegments()
public void addEducationSegment(EDU objEDU)
objEDU - Specified Education Segment(EDU)public void addEducationSegments(ISingleCollection<EDU> objEDUSegmentCollection)
objEDUSegmentCollection - Collection of Education Segmentspublic ISingleCollection<CER> getCertificateSegments()
public void addCertificateSegment(CER objCER)
objCER - Specified Certificate Segment(CER)public void addCertificateSegments(ISingleCollection<CER> objCERSegmentCollection)
objCERSegmentCollection - Collection of Certificate Segmentspublic ISingleCollection<NK1> getNextOfKinSegments()
public void addNextOfKinSegment(NK1 objNK1)
objNK1 - Specified NextOfKin (NK1) Segmentpublic void addNextOfKinSegments(ISingleCollection<NK1> objNK1SegmentCollection)
objNK1SegmentCollection - Collection of NextOfKin (NK1) Segmentpublic ISingleCollection<PRT> getParticipationSegments()
public void addParticipationSegment(PRT objPRT)
objPRT - Specified Participation(PRT) Segment to be added in this message.public void addPaticipationSegments(ISingleCollection<PRT> objPRTSegmentCollection)
objPRTSegmentCollection - Collection of Participation Segments to add in this messagepublic ISingleCollection<ROL> getRoleSegments()
public void addRoleSegment(ROL objROL)
objROL - Specified Certificate Segment(CER)public void addRoleSegments(ISingleCollection<ROL> objROLSegmentCollection)
objROLSegmentCollection - Collection of Role Segments