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

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

public class OM6
extends AbstractSegment

Represents an HL7 OM6 message segment (Observations that are Calculated from Other Observ). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
OM6(Group parent, ModelClassFactory factory)
          Creates a new OM6 segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 TX getDerivationRule()
          Returns OM6-2: "Derivation Rule" - creates it if necessary
 NM getOm61_SequenceNumberTestObservationMasterFile()
          Returns OM6-1: "Sequence Number - Test/ Observation Master File" - creates it if necessary
 TX getOm62_DerivationRule()
          Returns OM6-2: "Derivation Rule" - creates it if necessary
 NM getSequenceNumberTestObservationMasterFile()
          Returns OM6-1: "Sequence Number - Test/ Observation Master File" - 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

OM6

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

Method Detail

getSequenceNumberTestObservationMasterFile

public NM getSequenceNumberTestObservationMasterFile()
Returns OM6-1: "Sequence Number - Test/ Observation Master File" - creates it if necessary


getOm61_SequenceNumberTestObservationMasterFile

public NM getOm61_SequenceNumberTestObservationMasterFile()
Returns OM6-1: "Sequence Number - Test/ Observation Master File" - creates it if necessary


getDerivationRule

public TX getDerivationRule()
Returns OM6-2: "Derivation Rule" - creates it if necessary


getOm62_DerivationRule

public TX getOm62_DerivationRule()
Returns OM6-2: "Derivation Rule" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


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