ca.uhn.hl7v2.model.v23.segment.OM4 Maven / Gradle / Ivy
The newest version!
/*
* 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.v23.segment;
// import ca.uhn.hl7v2.model.v23.group.*;
import ca.uhn.hl7v2.model.v23.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 OM4 message segment (Observations that require specimens).
* This segment has the following fields:
*
* - OM4-1: Sequence Number - Test/ Observation Master File (NM) optional
*
- OM4-2: Derived Specimen (ID) optional
*
- OM4-3: Container Description (TX) optional
*
- OM4-4: Container Volume (NM) optional
*
- OM4-5: Container Units (CE) optional
*
- OM4-6: Specimen (CE) optional
*
- OM4-7: Additive (CE) optional
*
- OM4-8: Preparation (TX) optional
*
- OM4-9: Special Handling Requirements (TX) optional
*
- OM4-10: Normal Collection Volume (CQ) optional
*
- OM4-11: Minimum Collection Volume (CQ) optional
*
- OM4-12: Specimen Requirements (TX) optional
*
- OM4-13: Specimen Priorities (ID) optional
*
- OM4-14: Specimen Retention Time (CQ) optional
*
*/
@SuppressWarnings("unused")
public class OM4 extends AbstractSegment {
/**
* Creates a new OM4 segment
*/
public OM4(Group parent, ModelClassFactory factory) {
super(parent, factory);
init(factory);
}
private void init(ModelClassFactory factory) {
try {
this.add(NM.class, false, 1, 4, new Object[]{ getMessage() }, "Sequence Number - Test/ Observation Master File");
this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), new Integer(170) }, "Derived Specimen");
this.add(TX.class, false, 1, 60, new Object[]{ getMessage() }, "Container Description");
this.add(NM.class, false, 1, 20, new Object[]{ getMessage() }, "Container Volume");
this.add(CE.class, false, 1, 60, new Object[]{ getMessage() }, "Container Units");
this.add(CE.class, false, 1, 60, new Object[]{ getMessage() }, "Specimen");
this.add(CE.class, false, 1, 60, new Object[]{ getMessage() }, "Additive");
this.add(TX.class, false, 1, 10240, new Object[]{ getMessage() }, "Preparation");
this.add(TX.class, false, 1, 10240, new Object[]{ getMessage() }, "Special Handling Requirements");
this.add(CQ.class, false, 1, 20, new Object[]{ getMessage() }, "Normal Collection Volume");
this.add(CQ.class, false, 1, 20, new Object[]{ getMessage() }, "Minimum Collection Volume");
this.add(TX.class, false, 1, 10240, new Object[]{ getMessage() }, "Specimen Requirements");
this.add(ID.class, false, 1, 1, new Object[]{ getMessage(), new Integer(27) }, "Specimen Priorities");
this.add(CQ.class, false, 1, 20, new Object[]{ getMessage() }, "Specimen Retention Time");
} catch(HL7Exception e) {
log.error("Unexpected error creating OM4 - this is probably a bug in the source code generator.", e);
}
}
/**
* Returns
* OM4-1: "Sequence Number - Test/ Observation Master File" - creates it if necessary
*/
public NM getSequenceNumberTestObservationMasterFile() {
NM retVal = this.getTypedField(1, 0);
return retVal;
}
/**
* Returns
* OM4-1: "Sequence Number - Test/ Observation Master File" - creates it if necessary
*/
public NM getOm41_SequenceNumberTestObservationMasterFile() {
NM retVal = this.getTypedField(1, 0);
return retVal;
}
/**
* Returns
* OM4-2: "Derived Specimen" - creates it if necessary
*/
public ID getDerivedSpecimen() {
ID retVal = this.getTypedField(2, 0);
return retVal;
}
/**
* Returns
* OM4-2: "Derived Specimen" - creates it if necessary
*/
public ID getOm42_DerivedSpecimen() {
ID retVal = this.getTypedField(2, 0);
return retVal;
}
/**
* Returns
* OM4-3: "Container Description" - creates it if necessary
*/
public TX getContainerDescription() {
TX retVal = this.getTypedField(3, 0);
return retVal;
}
/**
* Returns
* OM4-3: "Container Description" - creates it if necessary
*/
public TX getOm43_ContainerDescription() {
TX retVal = this.getTypedField(3, 0);
return retVal;
}
/**
* Returns
* OM4-4: "Container Volume" - creates it if necessary
*/
public NM getContainerVolume() {
NM retVal = this.getTypedField(4, 0);
return retVal;
}
/**
* Returns
* OM4-4: "Container Volume" - creates it if necessary
*/
public NM getOm44_ContainerVolume() {
NM retVal = this.getTypedField(4, 0);
return retVal;
}
/**
* Returns
* OM4-5: "Container Units" - creates it if necessary
*/
public CE getContainerUnits() {
CE retVal = this.getTypedField(5, 0);
return retVal;
}
/**
* Returns
* OM4-5: "Container Units" - creates it if necessary
*/
public CE getOm45_ContainerUnits() {
CE retVal = this.getTypedField(5, 0);
return retVal;
}
/**
* Returns
* OM4-6: "Specimen" - creates it if necessary
*/
public CE getSpecimen() {
CE retVal = this.getTypedField(6, 0);
return retVal;
}
/**
* Returns
* OM4-6: "Specimen" - creates it if necessary
*/
public CE getOm46_Specimen() {
CE retVal = this.getTypedField(6, 0);
return retVal;
}
/**
* Returns
* OM4-7: "Additive" - creates it if necessary
*/
public CE getAdditive() {
CE retVal = this.getTypedField(7, 0);
return retVal;
}
/**
* Returns
* OM4-7: "Additive" - creates it if necessary
*/
public CE getOm47_Additive() {
CE retVal = this.getTypedField(7, 0);
return retVal;
}
/**
* Returns
* OM4-8: "Preparation" - creates it if necessary
*/
public TX getPreparation() {
TX retVal = this.getTypedField(8, 0);
return retVal;
}
/**
* Returns
* OM4-8: "Preparation" - creates it if necessary
*/
public TX getOm48_Preparation() {
TX retVal = this.getTypedField(8, 0);
return retVal;
}
/**
* Returns
* OM4-9: "Special Handling Requirements" - creates it if necessary
*/
public TX getSpecialHandlingRequirements() {
TX retVal = this.getTypedField(9, 0);
return retVal;
}
/**
* Returns
* OM4-9: "Special Handling Requirements" - creates it if necessary
*/
public TX getOm49_SpecialHandlingRequirements() {
TX retVal = this.getTypedField(9, 0);
return retVal;
}
/**
* Returns
* OM4-10: "Normal Collection Volume" - creates it if necessary
*/
public CQ getNormalCollectionVolume() {
CQ retVal = this.getTypedField(10, 0);
return retVal;
}
/**
* Returns
* OM4-10: "Normal Collection Volume" - creates it if necessary
*/
public CQ getOm410_NormalCollectionVolume() {
CQ retVal = this.getTypedField(10, 0);
return retVal;
}
/**
* Returns
* OM4-11: "Minimum Collection Volume" - creates it if necessary
*/
public CQ getMinimumCollectionVolume() {
CQ retVal = this.getTypedField(11, 0);
return retVal;
}
/**
* Returns
* OM4-11: "Minimum Collection Volume" - creates it if necessary
*/
public CQ getOm411_MinimumCollectionVolume() {
CQ retVal = this.getTypedField(11, 0);
return retVal;
}
/**
* Returns
* OM4-12: "Specimen Requirements" - creates it if necessary
*/
public TX getSpecimenRequirements() {
TX retVal = this.getTypedField(12, 0);
return retVal;
}
/**
* Returns
* OM4-12: "Specimen Requirements" - creates it if necessary
*/
public TX getOm412_SpecimenRequirements() {
TX retVal = this.getTypedField(12, 0);
return retVal;
}
/**
* Returns
* OM4-13: "Specimen Priorities" - creates it if necessary
*/
public ID getSpecimenPriorities() {
ID retVal = this.getTypedField(13, 0);
return retVal;
}
/**
* Returns
* OM4-13: "Specimen Priorities" - creates it if necessary
*/
public ID getOm413_SpecimenPriorities() {
ID retVal = this.getTypedField(13, 0);
return retVal;
}
/**
* Returns
* OM4-14: "Specimen Retention Time" - creates it if necessary
*/
public CQ getSpecimenRetentionTime() {
CQ retVal = this.getTypedField(14, 0);
return retVal;
}
/**
* Returns
* OM4-14: "Specimen Retention Time" - creates it if necessary
*/
public CQ getOm414_SpecimenRetentionTime() {
CQ retVal = this.getTypedField(14, 0);
return retVal;
}
/** {@inheritDoc} */
protected Type createNewTypeWithoutReflection(int field) {
switch (field) {
case 0: return new NM(getMessage());
case 1: return new ID(getMessage(), new Integer( 170 ));
case 2: return new TX(getMessage());
case 3: return new NM(getMessage());
case 4: return new CE(getMessage());
case 5: return new CE(getMessage());
case 6: return new CE(getMessage());
case 7: return new TX(getMessage());
case 8: return new TX(getMessage());
case 9: return new CQ(getMessage());
case 10: return new CQ(getMessage());
case 11: return new TX(getMessage());
case 12: return new ID(getMessage(), new Integer( 27 ));
case 13: return new CQ(getMessage());
default: return null;
}
}
}