All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.uhn.hl7v2.model.v26.segment.OM4 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.v26.segment;

// import ca.uhn.hl7v2.model.v26.group.*;
import ca.uhn.hl7v2.model.v26.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 (CWE) optional *
  • OM4-6: Specimen (CWE) optional *
  • OM4-7: Additive (CWE) 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 repeating *
  • 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(CWE.class, false, 1, 250, new Object[]{ getMessage() }, "Container Units"); this.add(CWE.class, false, 1, 250, new Object[]{ getMessage() }, "Specimen"); this.add(CWE.class, false, 1, 705, 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, 0, 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 CWE getContainerUnits() { CWE retVal = this.getTypedField(5, 0); return retVal; } /** * Returns * OM4-5: "Container Units" - creates it if necessary */ public CWE getOm45_ContainerUnits() { CWE retVal = this.getTypedField(5, 0); return retVal; } /** * Returns * OM4-6: "Specimen" - creates it if necessary */ public CWE getSpecimen() { CWE retVal = this.getTypedField(6, 0); return retVal; } /** * Returns * OM4-6: "Specimen" - creates it if necessary */ public CWE getOm46_Specimen() { CWE retVal = this.getTypedField(6, 0); return retVal; } /** * Returns * OM4-7: "Additive" - creates it if necessary */ public CWE getAdditive() { CWE retVal = this.getTypedField(7, 0); return retVal; } /** * Returns * OM4-7: "Additive" - creates it if necessary */ public CWE getOm47_Additive() { CWE 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 all repetitions of Specimen Priorities (OM4-13). */ public ID[] getSpecimenPriorities() { ID[] retVal = this.getTypedField(13, new ID[0]); return retVal; } /** * Returns all repetitions of Specimen Priorities (OM4-13). */ public ID[] getOm413_SpecimenPriorities() { ID[] retVal = this.getTypedField(13, new ID[0]); return retVal; } /** * Returns a count of the current number of repetitions of Specimen Priorities (OM4-13). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getSpecimenPrioritiesReps() { return this.getReps(13); } /** * Returns a specific repetition of * OM4-13: "Specimen Priorities" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public ID getSpecimenPriorities(int rep) { ID retVal = this.getTypedField(13, rep); return retVal; } /** * Returns a specific repetition of * OM4-13: "Specimen Priorities" - creates it if necessary * * @param rep The repetition index (0-indexed) */ public ID getOm413_SpecimenPriorities(int rep) { ID retVal = this.getTypedField(13, rep); return retVal; } /** * Returns a count of the current number of repetitions of Specimen Priorities (OM4-13). * This method does not create a repetition, so if no repetitions have currently been defined or accessed, * it will return zero. */ public int getOm413_SpecimenPrioritiesReps() { return this.getReps(13); } /** * Inserts a repetition of * OM4-13: "Specimen Priorities" 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 ID insertSpecimenPriorities(int rep) throws HL7Exception { return (ID) super.insertRepetition(13, rep); } /** * Inserts a repetition of * OM4-13: "Specimen Priorities" 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 ID insertOm413_SpecimenPriorities(int rep) throws HL7Exception { return (ID) super.insertRepetition(13, rep); } /** * Removes a repetition of * OM4-13: "Specimen Priorities" 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 ID removeSpecimenPriorities(int rep) throws HL7Exception { return (ID) super.removeRepetition(13, rep); } /** * Removes a repetition of * OM4-13: "Specimen Priorities" 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 ID removeOm413_SpecimenPriorities(int rep) throws HL7Exception { return (ID) super.removeRepetition(13, rep); } /** * 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 CWE(getMessage()); case 5: return new CWE(getMessage()); case 6: return new CWE(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; } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy