public class ODT extends AbstractSegment
Represents an HL7 ODT message segment (Diet Tray Instructions). This segment has the following fields:
log| Constructor and Description |
|---|
ODT(Group parent,
ModelClassFactory factory)
Creates a new ODT segment
|
| Modifier and Type | Method and Description |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field) |
CWE |
getOdt1_TrayType()
Returns
ODT-1: "Tray Type" - creates it if necessary
|
CWE[] |
getOdt2_ServicePeriod()
Returns all repetitions of Service Period (ODT-2).
|
CWE |
getOdt2_ServicePeriod(int rep)
Returns a specific repetition of
ODT-2: "Service Period" - creates it if necessary
|
int |
getOdt2_ServicePeriodReps()
Returns a count of the current number of repetitions of Service Period (ODT-2).
|
ST |
getOdt3_TextInstruction()
Returns
ODT-3: "Text Instruction" - creates it if necessary
|
CWE[] |
getServicePeriod()
Returns all repetitions of Service Period (ODT-2).
|
CWE |
getServicePeriod(int rep)
Returns a specific repetition of
ODT-2: "Service Period" - creates it if necessary
|
int |
getServicePeriodReps()
Returns a count of the current number of repetitions of Service Period (ODT-2).
|
ST |
getTextInstruction()
Returns
ODT-3: "Text Instruction" - creates it if necessary
|
CWE |
getTrayType()
Returns
ODT-1: "Tray Type" - creates it if necessary
|
CWE |
insertOdt2_ServicePeriod(int rep)
Inserts a repetition of
ODT-2: "Service Period" at a specific index
|
CWE |
insertServicePeriod(int rep)
Inserts a repetition of
ODT-2: "Service Period" at a specific index
|
CWE |
removeOdt2_ServicePeriod(int rep)
Removes a repetition of
ODT-2: "Service Period" at a specific index
|
CWE |
removeServicePeriod(int rep)
Removes a repetition of
ODT-2: "Service Period" at a specific index
|
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, removeRepetitiongetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic ODT(Group parent, ModelClassFactory factory)
public CWE getTrayType()
public CWE getOdt1_TrayType()
public CWE[] getServicePeriod()
public CWE[] getOdt2_ServicePeriod()
public int getServicePeriodReps()
public CWE getServicePeriod(int rep)
rep - The repetition index (0-indexed)public CWE getOdt2_ServicePeriod(int rep)
rep - The repetition index (0-indexed)public int getOdt2_ServicePeriodReps()
public CWE insertServicePeriod(int rep) throws HL7Exception
rep - The repetition index (0-indexed)HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)public CWE insertOdt2_ServicePeriod(int rep) throws HL7Exception
rep - The repetition index (0-indexed)HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)public CWE removeServicePeriod(int rep) throws HL7Exception
rep - The repetition index (0-indexed)HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)public CWE removeOdt2_ServicePeriod(int rep) throws HL7Exception
rep - The repetition index (0-indexed)HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)public ST getTextInstruction()
public ST getOdt3_TextInstruction()
protected Type createNewTypeWithoutReflection(int field)
createNewTypeWithoutReflection in class AbstractSegmentCopyright © 2001-2013 University Health Network. All Rights Reserved.