ca.uhn.hl7v2.model.v281.segment.ORG Maven / Gradle / Ivy
/*
* This class is an auto-generated source file for a HAPI
* HL7 v2.x standard structure class.
*
* For more information, visit: http://hl7api.sourceforge.net/
*
* The contents of this file are subject to the Mozilla Public License Version 1.1
* (the "License"); you may not use this file except in compliance with the License.
* You may obtain a copy of the License at http://www.mozilla.org/MPL/
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
* specific language governing rights and limitations under the License.
*
* The Original Code is "[file_name]". Description:
* "[one_line_description]"
*
* The Initial Developer of the Original Code is University Health Network. Copyright (C)
* 2012. All Rights Reserved.
*
* Contributor(s): ______________________________________.
*
* Alternatively, the contents of this file may be used under the terms of the
* GNU General Public License (the "GPL"), in which case the provisions of the GPL are
* applicable instead of those above. If you wish to allow use of your version of this
* file only under the terms of the GPL and not to allow others to use your version
* of this file under the MPL, indicate your decision by deleting the provisions above
* and replace them with the notice and other provisions required by the GPL License.
* If you do not delete the provisions above, a recipient may use your version of
* this file under either the MPL or the GPL.
*
*/
package ca.uhn.hl7v2.model.v281.segment;
// import ca.uhn.hl7v2.model.v281.group.*;
import ca.uhn.hl7v2.model.v281.datatype.*;
import ca.uhn.hl7v2.HL7Exception;
import ca.uhn.hl7v2.parser.ModelClassFactory;
import ca.uhn.hl7v2.parser.DefaultModelClassFactory;
import ca.uhn.hl7v2.model.AbstractMessage;
import ca.uhn.hl7v2.model.Group;
import ca.uhn.hl7v2.model.Type;
import ca.uhn.hl7v2.model.AbstractSegment;
import ca.uhn.hl7v2.model.Varies;
/**
*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 (CWE) optional
*
- ORG-3: Organization Unit Type Code (CWE) optional
*
- ORG-4: Primary Org Unit Indicator (ID) optional
*
- ORG-5: Practitioner Org Unit Identifier (CX) optional
*
- ORG-6: Health Care Provider Type Code (CWE) optional
*
- ORG-7: Health Care Provider Classification Code (CWE) optional
*
- ORG-8: Health Care Provider Area of Specialization Code (CWE) optional
*
- ORG-9: Effective Date Range (DR) optional
*
- ORG-10: Employment Status Code (CWE) optional
*
- ORG-11: Board Approval Indicator (ID) optional
*
- ORG-12: Primary Care Physician Indicator (ID) optional
*
- ORG-13: Cost Center Code (CWE) optional repeating
*
*/
@SuppressWarnings("unused")
public class ORG extends AbstractSegment {
/**
* Creates a new ORG segment
*/
public ORG(Group parent, ModelClassFactory factory) {
super(parent, factory);
init(factory);
}
private void init(ModelClassFactory factory) {
try {
this.add(SI.class, true, 1, 0, new Object[]{ getMessage() }, "Set ID - ORG");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Organization Unit Code");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Organization Unit Type Code");
this.add(ID.class, false, 1, 0, new Object[]{ getMessage(), new Integer(136) }, "Primary Org Unit Indicator");
this.add(CX.class, false, 1, 0, new Object[]{ getMessage() }, "Practitioner Org Unit Identifier");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Health Care Provider Type Code");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Health Care Provider Classification Code");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Health Care Provider Area of Specialization Code");
this.add(DR.class, false, 1, 0, new Object[]{ getMessage() }, "Effective Date Range");
this.add(CWE.class, false, 1, 0, new Object[]{ getMessage() }, "Employment Status Code");
this.add(ID.class, false, 1, 0, new Object[]{ getMessage(), new Integer(136) }, "Board Approval Indicator");
this.add(ID.class, false, 1, 0, new Object[]{ getMessage(), new Integer(136) }, "Primary Care Physician Indicator");
this.add(CWE.class, false, 0, 0, new Object[]{ getMessage() }, "Cost Center Code");
} catch(HL7Exception e) {
log.error("Unexpected error creating ORG - this is probably a bug in the source code generator.", e);
}
}
/**
* Returns
* ORG-1: "Set ID - ORG" - creates it if necessary
*/
public SI getSetIDORG() {
SI retVal = this.getTypedField(1, 0);
return retVal;
}
/**
* Returns
* ORG-1: "Set ID - ORG" - creates it if necessary
*/
public SI getOrg1_SetIDORG() {
SI retVal = this.getTypedField(1, 0);
return retVal;
}
/**
* Returns
* ORG-2: "Organization Unit Code" - creates it if necessary
*/
public CWE getOrganizationUnitCode() {
CWE retVal = this.getTypedField(2, 0);
return retVal;
}
/**
* Returns
* ORG-2: "Organization Unit Code" - creates it if necessary
*/
public CWE getOrg2_OrganizationUnitCode() {
CWE retVal = this.getTypedField(2, 0);
return retVal;
}
/**
* Returns
* ORG-3: "Organization Unit Type Code" - creates it if necessary
*/
public CWE getOrganizationUnitTypeCode() {
CWE retVal = this.getTypedField(3, 0);
return retVal;
}
/**
* Returns
* ORG-3: "Organization Unit Type Code" - creates it if necessary
*/
public CWE getOrg3_OrganizationUnitTypeCode() {
CWE retVal = this.getTypedField(3, 0);
return retVal;
}
/**
* Returns
* ORG-4: "Primary Org Unit Indicator" - creates it if necessary
*/
public ID getPrimaryOrgUnitIndicator() {
ID retVal = this.getTypedField(4, 0);
return retVal;
}
/**
* Returns
* ORG-4: "Primary Org Unit Indicator" - creates it if necessary
*/
public ID getOrg4_PrimaryOrgUnitIndicator() {
ID retVal = this.getTypedField(4, 0);
return retVal;
}
/**
* Returns
* ORG-5: "Practitioner Org Unit Identifier" - creates it if necessary
*/
public CX getPractitionerOrgUnitIdentifier() {
CX retVal = this.getTypedField(5, 0);
return retVal;
}
/**
* Returns
* ORG-5: "Practitioner Org Unit Identifier" - creates it if necessary
*/
public CX getOrg5_PractitionerOrgUnitIdentifier() {
CX retVal = this.getTypedField(5, 0);
return retVal;
}
/**
* Returns
* ORG-6: "Health Care Provider Type Code" - creates it if necessary
*/
public CWE getHealthCareProviderTypeCode() {
CWE retVal = this.getTypedField(6, 0);
return retVal;
}
/**
* Returns
* ORG-6: "Health Care Provider Type Code" - creates it if necessary
*/
public CWE getOrg6_HealthCareProviderTypeCode() {
CWE retVal = this.getTypedField(6, 0);
return retVal;
}
/**
* Returns
* ORG-7: "Health Care Provider Classification Code" - creates it if necessary
*/
public CWE getHealthCareProviderClassificationCode() {
CWE retVal = this.getTypedField(7, 0);
return retVal;
}
/**
* Returns
* ORG-7: "Health Care Provider Classification Code" - creates it if necessary
*/
public CWE getOrg7_HealthCareProviderClassificationCode() {
CWE retVal = this.getTypedField(7, 0);
return retVal;
}
/**
* Returns
* ORG-8: "Health Care Provider Area of Specialization Code" - creates it if necessary
*/
public CWE getHealthCareProviderAreaOfSpecializationCode() {
CWE retVal = this.getTypedField(8, 0);
return retVal;
}
/**
* Returns
* ORG-8: "Health Care Provider Area of Specialization Code" - creates it if necessary
*/
public CWE getOrg8_HealthCareProviderAreaOfSpecializationCode() {
CWE retVal = this.getTypedField(8, 0);
return retVal;
}
/**
* Returns
* ORG-9: "Effective Date Range" - creates it if necessary
*/
public DR getEffectiveDateRange() {
DR retVal = this.getTypedField(9, 0);
return retVal;
}
/**
* Returns
* ORG-9: "Effective Date Range" - creates it if necessary
*/
public DR getOrg9_EffectiveDateRange() {
DR retVal = this.getTypedField(9, 0);
return retVal;
}
/**
* Returns
* ORG-10: "Employment Status Code" - creates it if necessary
*/
public CWE getEmploymentStatusCode() {
CWE retVal = this.getTypedField(10, 0);
return retVal;
}
/**
* Returns
* ORG-10: "Employment Status Code" - creates it if necessary
*/
public CWE getOrg10_EmploymentStatusCode() {
CWE retVal = this.getTypedField(10, 0);
return retVal;
}
/**
* Returns
* ORG-11: "Board Approval Indicator" - creates it if necessary
*/
public ID getBoardApprovalIndicator() {
ID retVal = this.getTypedField(11, 0);
return retVal;
}
/**
* Returns
* ORG-11: "Board Approval Indicator" - creates it if necessary
*/
public ID getOrg11_BoardApprovalIndicator() {
ID retVal = this.getTypedField(11, 0);
return retVal;
}
/**
* Returns
* ORG-12: "Primary Care Physician Indicator" - creates it if necessary
*/
public ID getPrimaryCarePhysicianIndicator() {
ID retVal = this.getTypedField(12, 0);
return retVal;
}
/**
* Returns
* ORG-12: "Primary Care Physician Indicator" - creates it if necessary
*/
public ID getOrg12_PrimaryCarePhysicianIndicator() {
ID retVal = this.getTypedField(12, 0);
return retVal;
}
/**
* Returns all repetitions of Cost Center Code (ORG-13).
*/
public CWE[] getCostCenterCode() {
CWE[] retVal = this.getTypedField(13, new CWE[0]);
return retVal;
}
/**
* Returns all repetitions of Cost Center Code (ORG-13).
*/
public CWE[] getOrg13_CostCenterCode() {
CWE[] retVal = this.getTypedField(13, new CWE[0]);
return retVal;
}
/**
* Returns a count of the current number of repetitions of Cost Center Code (ORG-13).
* This method does not create a repetition, so if no repetitions have currently been defined or accessed,
* it will return zero.
*/
public int getCostCenterCodeReps() {
return this.getReps(13);
}
/**
* Returns a specific repetition of
* ORG-13: "Cost Center Code" - creates it if necessary
*
* @param rep The repetition index (0-indexed)
*/
public CWE getCostCenterCode(int rep) {
CWE retVal = this.getTypedField(13, rep);
return retVal;
}
/**
* Returns a specific repetition of
* ORG-13: "Cost Center Code" - creates it if necessary
*
* @param rep The repetition index (0-indexed)
*/
public CWE getOrg13_CostCenterCode(int rep) {
CWE retVal = this.getTypedField(13, rep);
return retVal;
}
/**
* Returns a count of the current number of repetitions of Cost Center Code (ORG-13).
* This method does not create a repetition, so if no repetitions have currently been defined or accessed,
* it will return zero.
*/
public int getOrg13_CostCenterCodeReps() {
return this.getReps(13);
}
/**
* Inserts a repetition of
* ORG-13: "Cost Center Code" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE insertCostCenterCode(int rep) throws HL7Exception {
return (CWE) super.insertRepetition(13, rep);
}
/**
* Inserts a repetition of
* ORG-13: "Cost Center Code" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE insertOrg13_CostCenterCode(int rep) throws HL7Exception {
return (CWE) super.insertRepetition(13, rep);
}
/**
* Removes a repetition of
* ORG-13: "Cost Center Code" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE removeCostCenterCode(int rep) throws HL7Exception {
return (CWE) super.removeRepetition(13, rep);
}
/**
* Removes a repetition of
* ORG-13: "Cost Center Code" at a specific index
*
* @param rep The repetition index (0-indexed)
* @throws HL7Exception If the rep is invalid (below 0, or too high for the allowable repetitions)
*/
public CWE removeOrg13_CostCenterCode(int rep) throws HL7Exception {
return (CWE) super.removeRepetition(13, rep);
}
/** {@inheritDoc} */
protected Type createNewTypeWithoutReflection(int field) {
switch (field) {
case 0: return new SI(getMessage());
case 1: return new CWE(getMessage());
case 2: return new CWE(getMessage());
case 3: return new ID(getMessage(), new Integer( 136 ));
case 4: return new CX(getMessage());
case 5: return new CWE(getMessage());
case 6: return new CWE(getMessage());
case 7: return new CWE(getMessage());
case 8: return new DR(getMessage());
case 9: return new CWE(getMessage());
case 10: return new ID(getMessage(), new Integer( 136 ));
case 11: return new ID(getMessage(), new Integer( 136 ));
case 12: return new CWE(getMessage());
default: return null;
}
}
}