Package ca.uhn.hl7v2.model.v22.segment
Class OM6
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v22.segment.OM6
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 OM6 message segment (OBSERVATIONS that are calculated from other obersvations). This segment has the following fields:
- OM6-1: Segment Type ID (ST) optional
- OM6-2: Sequence Number - Test/ Observation Master File (NM) optional
- OM6-3: Derivation Rule (TX) 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 OM6-3: "Derivation Rule" - creates it if necessaryReturns OM6-1: "Segment Type ID" - creates it if necessaryReturns OM6-2: "Sequence Number - Test/ Observation Master File" - creates it if necessaryReturns OM6-3: "Derivation Rule" - creates it if necessaryReturns OM6-1: "Segment Type ID" - creates it if necessaryReturns OM6-2: "Sequence Number - Test/ Observation Master File" - 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
-
OM6
Creates a new OM6 segment
-
-
Method Details
-
getSegmentTypeID
Returns OM6-1: "Segment Type ID" - creates it if necessary -
getOm61_SegmentTypeID
Returns OM6-1: "Segment Type ID" - creates it if necessary -
getSequenceNumberTestObservationMasterFile
Returns OM6-2: "Sequence Number - Test/ Observation Master File" - creates it if necessary -
getOm62_SequenceNumberTestObservationMasterFile
Returns OM6-2: "Sequence Number - Test/ Observation Master File" - creates it if necessary -
getDerivationRule
Returns OM6-3: "Derivation Rule" - creates it if necessary -
getOm63_DerivationRule
Returns OM6-3: "Derivation Rule" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-