Package ca.uhn.hl7v2.model.v251.segment
Class ORG
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v251.segment.ORG
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 ORG message segment (Practitioner Organization Unit). This segment has the following fields:
- ORG-1: Set ID - ORG (SI)
- ORG-2: Organization Unit Code (CE) optional
- ORG-3: Organization Unit Type Code (CE) optional
- ORG-4: Primary Org Unit Indicator (ID) optional
- ORG-5: Practitioner Org Unit Identifier (CX) optional
- ORG-6: Health Care Provider Type Code (CE) optional
- ORG-7: Health Care Provider Classification Code (CE) optional
- ORG-8: Health Care Provider Area of Specialization Code (CE) optional
- ORG-9: Effective Date Range (DR) optional
- ORG-10: Employment Status Code (CE) optional
- ORG-11: Board Approval Indicator (ID) optional
- ORG-12: Primary Care Physician Indicator (ID) optional
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypecreateNewTypeWithoutReflection(int field) Returns ORG-11: "Board Approval Indicator" - creates it if necessaryReturns ORG-9: "Effective Date Range" - creates it if necessaryReturns ORG-10: "Employment Status Code" - creates it if necessaryReturns ORG-8: "Health Care Provider Area of Specialization Code" - creates it if necessaryReturns ORG-7: "Health Care Provider Classification Code" - creates it if necessaryReturns ORG-6: "Health Care Provider Type Code" - creates it if necessaryReturns ORG-1: "Set ID - ORG" - creates it if necessaryReturns ORG-10: "Employment Status Code" - creates it if necessaryReturns ORG-11: "Board Approval Indicator" - creates it if necessaryReturns ORG-12: "Primary Care Physician Indicator" - creates it if necessaryReturns ORG-2: "Organization Unit Code" - creates it if necessaryReturns ORG-3: "Organization Unit Type Code" - creates it if necessaryReturns ORG-4: "Primary Org Unit Indicator" - creates it if necessaryReturns ORG-5: "Practitioner Org Unit Identifier" - creates it if necessaryReturns ORG-6: "Health Care Provider Type Code" - creates it if necessaryReturns ORG-7: "Health Care Provider Classification Code" - creates it if necessaryReturns ORG-8: "Health Care Provider Area of Specialization Code" - creates it if necessaryReturns ORG-9: "Effective Date Range" - creates it if necessaryReturns ORG-2: "Organization Unit Code" - creates it if necessaryReturns ORG-3: "Organization Unit Type Code" - creates it if necessaryReturns ORG-5: "Practitioner Org Unit Identifier" - creates it if necessaryReturns ORG-12: "Primary Care Physician Indicator" - creates it if necessaryReturns ORG-4: "Primary Org Unit Indicator" - creates it if necessaryReturns ORG-1: "Set ID - ORG" - creates it if necessaryMethods inherited from class ca.uhn.hl7v2.model.AbstractSegment
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitionMethods inherited from class ca.uhn.hl7v2.model.AbstractStructure
getMessage, getParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getParent
-
Constructor Details
-
ORG
Creates a new ORG segment
-
-
Method Details
-
getSetIDORG
Returns ORG-1: "Set ID - ORG" - creates it if necessary -
getOrg1_SetIDORG
Returns ORG-1: "Set ID - ORG" - creates it if necessary -
getOrganizationUnitCode
Returns ORG-2: "Organization Unit Code" - creates it if necessary -
getOrg2_OrganizationUnitCode
Returns ORG-2: "Organization Unit Code" - creates it if necessary -
getOrganizationUnitTypeCode
Returns ORG-3: "Organization Unit Type Code" - creates it if necessary -
getOrg3_OrganizationUnitTypeCode
Returns ORG-3: "Organization Unit Type Code" - creates it if necessary -
getPrimaryOrgUnitIndicator
Returns ORG-4: "Primary Org Unit Indicator" - creates it if necessary -
getOrg4_PrimaryOrgUnitIndicator
Returns ORG-4: "Primary Org Unit Indicator" - creates it if necessary -
getPractitionerOrgUnitIdentifier
Returns ORG-5: "Practitioner Org Unit Identifier" - creates it if necessary -
getOrg5_PractitionerOrgUnitIdentifier
Returns ORG-5: "Practitioner Org Unit Identifier" - creates it if necessary -
getHealthCareProviderTypeCode
Returns ORG-6: "Health Care Provider Type Code" - creates it if necessary -
getOrg6_HealthCareProviderTypeCode
Returns ORG-6: "Health Care Provider Type Code" - creates it if necessary -
getHealthCareProviderClassificationCode
Returns ORG-7: "Health Care Provider Classification Code" - creates it if necessary -
getOrg7_HealthCareProviderClassificationCode
Returns ORG-7: "Health Care Provider Classification Code" - creates it if necessary -
getHealthCareProviderAreaOfSpecializationCode
Returns ORG-8: "Health Care Provider Area of Specialization Code" - creates it if necessary -
getOrg8_HealthCareProviderAreaOfSpecializationCode
Returns ORG-8: "Health Care Provider Area of Specialization Code" - creates it if necessary -
getEffectiveDateRange
Returns ORG-9: "Effective Date Range" - creates it if necessary -
getOrg9_EffectiveDateRange
Returns ORG-9: "Effective Date Range" - creates it if necessary -
getEmploymentStatusCode
Returns ORG-10: "Employment Status Code" - creates it if necessary -
getOrg10_EmploymentStatusCode
Returns ORG-10: "Employment Status Code" - creates it if necessary -
getBoardApprovalIndicator
Returns ORG-11: "Board Approval Indicator" - creates it if necessary -
getOrg11_BoardApprovalIndicator
Returns ORG-11: "Board Approval Indicator" - creates it if necessary -
getPrimaryCarePhysicianIndicator
Returns ORG-12: "Primary Care Physician Indicator" - creates it if necessary -
getOrg12_PrimaryCarePhysicianIndicator
Returns ORG-12: "Primary Care Physician Indicator" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-