ca.uhn.hl7v2.model.v24.segment
Class ORG

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractSegment
      extended by ca.uhn.hl7v2.model.v24.segment.ORG
All Implemented Interfaces:
Segment, Structure, Serializable

public class ORG
extends AbstractSegment

Represents an HL7 ORG message segment (Practitioner Organization Unit). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
ORG(Group parent, ModelClassFactory factory)
          Creates a new ORG segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 ID getBoardApprovalIndicator()
          Returns ORG-11: "Board Approval Indicator" - creates it if necessary
 DR getEffectiveDateRange()
          Returns ORG-9: "Effective Date Range" - creates it if necessary
 CE getEmploymentStatusCode()
          Returns ORG-10: "Employment Status Code" - creates it if necessary
 CE getHealthCareProviderAreaOfSpecializationCode()
          Returns ORG-8: "Health Care Provider Area of Specialization Code" - creates it if necessary
 CE getHealthCareProviderClassificationCode()
          Returns ORG-7: "Health Care Provider Classification Code" - creates it if necessary
 CE getHealthCareProviderTypeCode()
          Returns ORG-6: "Health Care Provider Type Code" - creates it if necessary
 SI getOrg1_SetIDORG()
          Returns ORG-1: "Set ID - ORG" - creates it if necessary
 CE getOrg10_EmploymentStatusCode()
          Returns ORG-10: "Employment Status Code" - creates it if necessary
 ID getOrg11_BoardApprovalIndicator()
          Returns ORG-11: "Board Approval Indicator" - creates it if necessary
 ID getOrg12_PrimaryCarePhysicianIndicator()
          Returns ORG-12: "Primary Care Physician Indicator" - creates it if necessary
 CE getOrg2_OrganizationUnitCode()
          Returns ORG-2: "Organization Unit Code" - creates it if necessary
 CE getOrg3_OrganizationUnitTypeCodeORG()
          Returns ORG-3: "Organization Unit Type Code - ORG" - creates it if necessary
 ID getOrg4_PrimaryOrgUnitIndicator()
          Returns ORG-4: "Primary Org Unit Indicator" - creates it if necessary
 CX getOrg5_PractitionerOrgUnitIdentifier()
          Returns ORG-5: "Practitioner Org Unit Identifier" - creates it if necessary
 CE getOrg6_HealthCareProviderTypeCode()
          Returns ORG-6: "Health Care Provider Type Code" - creates it if necessary
 CE getOrg7_HealthCareProviderClassificationCode()
          Returns ORG-7: "Health Care Provider Classification Code" - creates it if necessary
 CE getOrg8_HealthCareProviderAreaOfSpecializationCode()
          Returns ORG-8: "Health Care Provider Area of Specialization Code" - creates it if necessary
 DR getOrg9_EffectiveDateRange()
          Returns ORG-9: "Effective Date Range" - creates it if necessary
 CE getOrganizationUnitCode()
          Returns ORG-2: "Organization Unit Code" - creates it if necessary
 CE getOrganizationUnitTypeCodeORG()
          Returns ORG-3: "Organization Unit Type Code - ORG" - creates it if necessary
 CX getPractitionerOrgUnitIdentifier()
          Returns ORG-5: "Practitioner Org Unit Identifier" - creates it if necessary
 ID getPrimaryCarePhysicianIndicator()
          Returns ORG-12: "Primary Care Physician Indicator" - creates it if necessary
 ID getPrimaryOrgUnitIndicator()
          Returns ORG-4: "Primary Org Unit Indicator" - creates it if necessary
 SI getSetIDORG()
          Returns ORG-1: "Set ID - ORG" - creates it if necessary
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORG

public ORG(Group parent,
           ModelClassFactory factory)
Creates a new ORG segment

Method Detail

getSetIDORG

public SI getSetIDORG()
Returns ORG-1: "Set ID - ORG" - creates it if necessary


getOrg1_SetIDORG

public SI getOrg1_SetIDORG()
Returns ORG-1: "Set ID - ORG" - creates it if necessary


getOrganizationUnitCode

public CE getOrganizationUnitCode()
Returns ORG-2: "Organization Unit Code" - creates it if necessary


getOrg2_OrganizationUnitCode

public CE getOrg2_OrganizationUnitCode()
Returns ORG-2: "Organization Unit Code" - creates it if necessary


getOrganizationUnitTypeCodeORG

public CE getOrganizationUnitTypeCodeORG()
Returns ORG-3: "Organization Unit Type Code - ORG" - creates it if necessary


getOrg3_OrganizationUnitTypeCodeORG

public CE getOrg3_OrganizationUnitTypeCodeORG()
Returns ORG-3: "Organization Unit Type Code - ORG" - creates it if necessary


getPrimaryOrgUnitIndicator

public ID getPrimaryOrgUnitIndicator()
Returns ORG-4: "Primary Org Unit Indicator" - creates it if necessary


getOrg4_PrimaryOrgUnitIndicator

public ID getOrg4_PrimaryOrgUnitIndicator()
Returns ORG-4: "Primary Org Unit Indicator" - creates it if necessary


getPractitionerOrgUnitIdentifier

public CX getPractitionerOrgUnitIdentifier()
Returns ORG-5: "Practitioner Org Unit Identifier" - creates it if necessary


getOrg5_PractitionerOrgUnitIdentifier

public CX getOrg5_PractitionerOrgUnitIdentifier()
Returns ORG-5: "Practitioner Org Unit Identifier" - creates it if necessary


getHealthCareProviderTypeCode

public CE getHealthCareProviderTypeCode()
Returns ORG-6: "Health Care Provider Type Code" - creates it if necessary


getOrg6_HealthCareProviderTypeCode

public CE getOrg6_HealthCareProviderTypeCode()
Returns ORG-6: "Health Care Provider Type Code" - creates it if necessary


getHealthCareProviderClassificationCode

public CE getHealthCareProviderClassificationCode()
Returns ORG-7: "Health Care Provider Classification Code" - creates it if necessary


getOrg7_HealthCareProviderClassificationCode

public CE getOrg7_HealthCareProviderClassificationCode()
Returns ORG-7: "Health Care Provider Classification Code" - creates it if necessary


getHealthCareProviderAreaOfSpecializationCode

public CE getHealthCareProviderAreaOfSpecializationCode()
Returns ORG-8: "Health Care Provider Area of Specialization Code" - creates it if necessary


getOrg8_HealthCareProviderAreaOfSpecializationCode

public CE getOrg8_HealthCareProviderAreaOfSpecializationCode()
Returns ORG-8: "Health Care Provider Area of Specialization Code" - creates it if necessary


getEffectiveDateRange

public DR getEffectiveDateRange()
Returns ORG-9: "Effective Date Range" - creates it if necessary


getOrg9_EffectiveDateRange

public DR getOrg9_EffectiveDateRange()
Returns ORG-9: "Effective Date Range" - creates it if necessary


getEmploymentStatusCode

public CE getEmploymentStatusCode()
Returns ORG-10: "Employment Status Code" - creates it if necessary


getOrg10_EmploymentStatusCode

public CE getOrg10_EmploymentStatusCode()
Returns ORG-10: "Employment Status Code" - creates it if necessary


getBoardApprovalIndicator

public ID getBoardApprovalIndicator()
Returns ORG-11: "Board Approval Indicator" - creates it if necessary


getOrg11_BoardApprovalIndicator

public ID getOrg11_BoardApprovalIndicator()
Returns ORG-11: "Board Approval Indicator" - creates it if necessary


getPrimaryCarePhysicianIndicator

public ID getPrimaryCarePhysicianIndicator()
Returns ORG-12: "Primary Care Physician Indicator" - creates it if necessary


getOrg12_PrimaryCarePhysicianIndicator

public ID getOrg12_PrimaryCarePhysicianIndicator()
Returns ORG-12: "Primary Care Physician Indicator" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


Copyright © 2001-2011 University Health Network. All Rights Reserved.