public class AFF extends AbstractSegment
Represents an HL7 AFF message segment (Professional Affiliation). This segment has the following fields:
log
Constructor and Description |
---|
AFF(Group parent,
ModelClassFactory factory)
Creates a new AFF segment
|
Modifier and Type | Method and Description |
---|---|
protected Type |
createNewTypeWithoutReflection(int field) |
SI |
getAff1_SetIDAFF()
Returns
AFF-1: "Set ID - AFF" - creates it if necessary
|
XON |
getAff2_ProfessionalOrganization()
Returns
AFF-2: "Professional Organization" - creates it if necessary
|
XAD |
getAff3_ProfessionalOrganizationAddress()
Returns
AFF-3: "Professional Organization Address" - creates it if necessary
|
DR[] |
getAff4_ProfessionalOrganizationAffiliationDateRange()
Returns all repetitions of Professional Organization Affiliation Date Range (AFF-4).
|
DR |
getAff4_ProfessionalOrganizationAffiliationDateRange(int rep)
Returns a specific repetition of
AFF-4: "Professional Organization Affiliation Date Range" - creates it if necessary
|
int |
getAff4_ProfessionalOrganizationAffiliationDateRangeReps()
Returns a count of the current number of repetitions of Professional Organization Affiliation Date Range (AFF-4).
|
ST |
getAff5_ProfessionalAffiliationAdditionalInformation()
Returns
AFF-5: "Professional Affiliation Additional Information" - creates it if necessary
|
ST |
getProfessionalAffiliationAdditionalInformation()
Returns
AFF-5: "Professional Affiliation Additional Information" - creates it if necessary
|
XON |
getProfessionalOrganization()
Returns
AFF-2: "Professional Organization" - creates it if necessary
|
XAD |
getProfessionalOrganizationAddress()
Returns
AFF-3: "Professional Organization Address" - creates it if necessary
|
DR[] |
getProfessionalOrganizationAffiliationDateRange()
Returns all repetitions of Professional Organization Affiliation Date Range (AFF-4).
|
DR |
getProfessionalOrganizationAffiliationDateRange(int rep)
Returns a specific repetition of
AFF-4: "Professional Organization Affiliation Date Range" - creates it if necessary
|
int |
getProfessionalOrganizationAffiliationDateRangeReps()
Returns a count of the current number of repetitions of Professional Organization Affiliation Date Range (AFF-4).
|
SI |
getSetIDAFF()
Returns
AFF-1: "Set ID - AFF" - creates it if necessary
|
DR |
insertAff4_ProfessionalOrganizationAffiliationDateRange(int rep)
Inserts a repetition of
AFF-4: "Professional Organization Affiliation Date Range" at a specific index
|
DR |
insertProfessionalOrganizationAffiliationDateRange(int rep)
Inserts a repetition of
AFF-4: "Professional Organization Affiliation Date Range" at a specific index
|
DR |
removeAff4_ProfessionalOrganizationAffiliationDateRange(int rep)
Removes a repetition of
AFF-4: "Professional Organization Affiliation Date Range" at a specific index
|
DR |
removeProfessionalOrganizationAffiliationDateRange(int rep)
Removes a repetition of
AFF-4: "Professional Organization Affiliation Date Range" at a specific index
|
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetition
getMessage, getParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMessage, getParent
public AFF(Group parent, ModelClassFactory factory)
public SI getSetIDAFF()
public SI getAff1_SetIDAFF()
public XON getProfessionalOrganization()
public XON getAff2_ProfessionalOrganization()
public XAD getProfessionalOrganizationAddress()
public XAD getAff3_ProfessionalOrganizationAddress()
public DR[] getProfessionalOrganizationAffiliationDateRange()
public DR[] getAff4_ProfessionalOrganizationAffiliationDateRange()
public int getProfessionalOrganizationAffiliationDateRangeReps()
public DR getProfessionalOrganizationAffiliationDateRange(int rep)
rep
- The repetition index (0-indexed)public DR getAff4_ProfessionalOrganizationAffiliationDateRange(int rep)
rep
- The repetition index (0-indexed)public int getAff4_ProfessionalOrganizationAffiliationDateRangeReps()
public DR insertProfessionalOrganizationAffiliationDateRange(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public DR insertAff4_ProfessionalOrganizationAffiliationDateRange(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public DR removeProfessionalOrganizationAffiliationDateRange(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public DR removeAff4_ProfessionalOrganizationAffiliationDateRange(int rep) throws HL7Exception
rep
- The repetition index (0-indexed)HL7Exception
- If the rep is invalid (below 0, or too high for the allowable repetitions)public ST getProfessionalAffiliationAdditionalInformation()
public ST getAff5_ProfessionalAffiliationAdditionalInformation()
protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection
in class AbstractSegment
Copyright © 2001–2017 University Health Network. All rights reserved.