|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.v24.datatype.RFR
public class RFR
Represents an HL7 RFR (reference range) data type. This type consists of the following components:
| Constructor Summary | |
|---|---|
RFR(Message message)
Creates a new RFR type |
|
| Method Summary | |
|---|---|
IS |
getAdministrativeSex()
Returns administrative sex (component #2). |
NR |
getAgeRange()
Returns age range (component #3). |
Type |
getComponent(int number)
Returns an individual data component. |
Type[] |
getComponents()
Returns an array containing the data elements. |
TX |
getConditions()
Returns conditions (component #7). |
NR |
getGestationalRange()
Returns gestational range (component #4). |
NR |
getNumericRange()
Returns numeric range (component #1). |
ST |
getRaceSubspecies()
Returns race/subspecies (component #6). |
NR |
getRfr1_NumericRange()
Returns numeric range (component #1). |
IS |
getRfr2_AdministrativeSex()
Returns administrative sex (component #2). |
NR |
getRfr3_AgeRange()
Returns age range (component #3). |
NR |
getRfr4_GestationalRange()
Returns gestational range (component #4). |
TX |
getRfr5_Species()
Returns species (component #5). |
ST |
getRfr6_RaceSubspecies()
Returns race/subspecies (component #6). |
TX |
getRfr7_Conditions()
Returns conditions (component #7). |
TX |
getSpecies()
Returns species (component #5). |
| Methods inherited from class ca.uhn.hl7v2.model.AbstractType |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ca.uhn.hl7v2.model.Type |
|---|
clear, encode, getExtraComponents, getMessage, getName, parse |
| Constructor Detail |
|---|
public RFR(Message message)
| Method Detail |
|---|
public Type[] getComponents()
getComponents in interface Composite
public Type getComponent(int number)
throws DataTypeException
getComponent in interface Compositenumber - The component number (0-indexed)
DataTypeException - if the given element number is out of range.public NR getNumericRange()
public NR getRfr1_NumericRange()
public IS getAdministrativeSex()
public IS getRfr2_AdministrativeSex()
public NR getAgeRange()
public NR getRfr3_AgeRange()
public NR getGestationalRange()
public NR getRfr4_GestationalRange()
public TX getSpecies()
public TX getRfr5_Species()
public ST getRaceSubspecies()
public ST getRfr6_RaceSubspecies()
public TX getConditions()
public TX getRfr7_Conditions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||