public class RFR extends AbstractComposite
Represents an HL7 RFR (reference range) data type. This type consists of the following components:
log| Constructor and Description |
|---|
RFR(Message message)
Creates a new RFR type
|
| Modifier and Type | Method and Description |
|---|---|
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 |
getGestationalAgeRange()
Returns gestational age 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_GestationalAgeRange()
Returns gestational age 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).
|
clear, getTypedencode, getExtraComponents, getMessage, getName, parse, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitencode, getExtraComponents, getMessage, getName, parsepublic Type[] getComponents()
public Type getComponent(int number) throws DataTypeException
number - 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 getGestationalAgeRange()
public NR getRfr4_GestationalAgeRange()
public TX getSpecies()
public TX getRfr5_Species()
public ST getRaceSubspecies()
public ST getRfr6_RaceSubspecies()
public TX getConditions()
public TX getRfr7_Conditions()
Copyright © 2001-2012 University Health Network. All Rights Reserved.