|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.ODT
public class ODT
Represents an HL7 ODT message segment (Diet Tray Instructions). This segment has the following fields:
| Constructor Summary | |
|---|---|
ODT(Group parent,
ModelClassFactory factory)
Creates a new ODT segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
CE |
getOdt1_TrayType()
Returns ODT-1: "Tray Type" - creates it if necessary |
CE |
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 |
CE[] |
getServicePeriod()
Returns all repetitions of Service Period (ODT-2). |
CE |
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 |
CE |
getTrayType()
Returns ODT-1: "Tray Type" - creates it if necessary |
CE |
insertOdt2_ServicePeriod(int rep)
Inserts a repetition of ODT-2: "Service Period" at a specific index |
CE |
insertServicePeriod(int rep)
Inserts a repetition of ODT-2: "Service Period" at a specific index |
CE |
removeOdt2_ServicePeriod(int rep)
Removes a repetition of ODT-2: "Service Period" at a specific index |
CE |
removeServicePeriod(int rep)
Removes a repetition of ODT-2: "Service Period" at a specific index |
| 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 |
|---|
public ODT(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public CE getTrayType()
public CE getOdt1_TrayType()
public CE[] getServicePeriod()
public int getServicePeriodReps()
public CE getServicePeriod(int rep)
rep - The repetition index (0-indexed)public CE getOdt2_ServicePeriod(int rep)
rep - The repetition index (0-indexed)public int getOdt2_ServicePeriodReps()
public CE 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 CE 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 CE 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 CE 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 AbstractSegment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||