|
||||||||||
| 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.OM3
public class OM3
Represents an HL7 OM3 message segment (Categorical Service/Test/Observation). This segment has the following fields:
| Constructor Summary | |
|---|---|
OM3(Group parent,
ModelClassFactory factory)
Creates a new OM3 segment |
|
| Method Summary | |
|---|---|
protected Type |
createNewTypeWithoutReflection(int field)
|
CE |
getAbnormalTextCodesForCategoricalObservations()
Returns OM3-5: "Abnormal Text/Codes for Categorical Observations" - creates it if necessary |
CE |
getCriticalTextCodesForCategoricalObservations()
Returns OM3-6: "Critical Text/Codes for Categorical Observations" - creates it if necessary |
CE[] |
getNormalTextCodesForCategoricalObservations()
Returns all repetitions of Normal Text/Codes for Categorical Observations (OM3-4). |
CE |
getNormalTextCodesForCategoricalObservations(int rep)
Returns a specific repetition of OM3-4: "Normal Text/Codes for Categorical Observations" - creates it if necessary |
int |
getNormalTextCodesForCategoricalObservationsReps()
Returns a count of the current number of repetitions of Normal Text/Codes for Categorical Observations (OM3-4). |
NM |
getOm31_SequenceNumberTestObservationMasterFile()
Returns OM3-1: "Sequence Number - Test/ Observation Master File" - creates it if necessary |
CE |
getOm32_PreferredCodingSystem()
Returns OM3-2: "Preferred Coding System" - creates it if necessary |
CE |
getOm33_ValidCodedAnswers()
Returns OM3-3: "Valid Coded "Answers"" - creates it if necessary |
CE |
getOm34_NormalTextCodesForCategoricalObservations(int rep)
Returns a specific repetition of OM3-4: "Normal Text/Codes for Categorical Observations" - creates it if necessary |
int |
getOm34_NormalTextCodesForCategoricalObservationsReps()
Returns a count of the current number of repetitions of Normal Text/Codes for Categorical Observations (OM3-4). |
CE |
getOm35_AbnormalTextCodesForCategoricalObservations()
Returns OM3-5: "Abnormal Text/Codes for Categorical Observations" - creates it if necessary |
CE |
getOm36_CriticalTextCodesForCategoricalObservations()
Returns OM3-6: "Critical Text/Codes for Categorical Observations" - creates it if necessary |
ID |
getOm37_ValueType()
Returns OM3-7: "Value Type" - creates it if necessary |
CE |
getPreferredCodingSystem()
Returns OM3-2: "Preferred Coding System" - creates it if necessary |
NM |
getSequenceNumberTestObservationMasterFile()
Returns OM3-1: "Sequence Number - Test/ Observation Master File" - creates it if necessary |
CE |
getValidCodedAnswers()
Returns OM3-3: "Valid Coded "Answers"" - creates it if necessary |
ID |
getValueType()
Returns OM3-7: "Value Type" - creates it if necessary |
CE |
insertNormalTextCodesForCategoricalObservations(int rep)
Inserts a repetition of OM3-4: "Normal Text/Codes for Categorical Observations" at a specific index |
CE |
insertOm34_NormalTextCodesForCategoricalObservations(int rep)
Inserts a repetition of OM3-4: "Normal Text/Codes for Categorical Observations" at a specific index |
CE |
removeNormalTextCodesForCategoricalObservations(int rep)
Removes a repetition of OM3-4: "Normal Text/Codes for Categorical Observations" at a specific index |
CE |
removeOm34_NormalTextCodesForCategoricalObservations(int rep)
Removes a repetition of OM3-4: "Normal Text/Codes for Categorical Observations" 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 OM3(Group parent,
ModelClassFactory factory)
| Method Detail |
|---|
public NM getSequenceNumberTestObservationMasterFile()
public NM getOm31_SequenceNumberTestObservationMasterFile()
public CE getPreferredCodingSystem()
public CE getOm32_PreferredCodingSystem()
public CE getValidCodedAnswers()
public CE getOm33_ValidCodedAnswers()
public CE[] getNormalTextCodesForCategoricalObservations()
public int getNormalTextCodesForCategoricalObservationsReps()
public CE getNormalTextCodesForCategoricalObservations(int rep)
rep - The repetition index (0-indexed)public CE getOm34_NormalTextCodesForCategoricalObservations(int rep)
rep - The repetition index (0-indexed)public int getOm34_NormalTextCodesForCategoricalObservationsReps()
public CE insertNormalTextCodesForCategoricalObservations(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 insertOm34_NormalTextCodesForCategoricalObservations(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 removeNormalTextCodesForCategoricalObservations(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 removeOm34_NormalTextCodesForCategoricalObservations(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 getAbnormalTextCodesForCategoricalObservations()
public CE getOm35_AbnormalTextCodesForCategoricalObservations()
public CE getCriticalTextCodesForCategoricalObservations()
public CE getOm36_CriticalTextCodesForCategoricalObservations()
public ID getValueType()
public ID getOm37_ValueType()
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 | |||||||||