Package ca.uhn.hl7v2.model.v251.datatype
Class RFR
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractComposite
ca.uhn.hl7v2.model.v251.datatype.RFR
- All Implemented Interfaces:
Composite,Type,Visitable,Serializable
Represents an HL7 RFR (Reference Range) data type. This type consists of the following components:
- Numeric Range (NR)
- Administrative Sex (IS)
- Age Range (NR)
- Gestational Age Range (NR)
- Species (ST)
- Race/subspecies (ST)
- Conditions (TX)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns Administrative Sex (component 2).Returns Age Range (component 3).getComponent(int number) Returns an individual data component.Type[]Returns an array containing the data elements.Returns Conditions (component 7).Returns Gestational Age Range (component 4).Returns Numeric Range (component 1).Returns Race/subspecies (component 6).Returns Numeric Range (component 1).Returns Administrative Sex (component 2).Returns Age Range (component 3).Returns Gestational Age Range (component 4).Returns Species (component 5).Returns Race/subspecies (component 6).Returns Conditions (component 7).Returns Species (component 5).Methods inherited from class ca.uhn.hl7v2.model.AbstractComposite
accept, clear, getTyped, isEmpty, provideLocationMethods inherited from class ca.uhn.hl7v2.model.AbstractType
encode, getExtraComponents, getMessage, getName, parse, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Type
encode, getExtraComponents, getMessage, getName, parse
-
Constructor Details
-
RFR
Creates a new RFR type
-
-
Method Details
-
getComponents
Returns an array containing the data elements. -
getComponent
Returns an individual data component.- Parameters:
number- The component number (0-indexed)- Throws:
DataTypeException- if the given element number is out of range.
-
getNumericRange
Returns Numeric Range (component 1). This is a convenience method that saves you from casting and handling an exception. -
getRfr1_NumericRange
Returns Numeric Range (component 1). This is a convenience method that saves you from casting and handling an exception. -
getAdministrativeSex
Returns Administrative Sex (component 2). This is a convenience method that saves you from casting and handling an exception. -
getRfr2_AdministrativeSex
Returns Administrative Sex (component 2). This is a convenience method that saves you from casting and handling an exception. -
getAgeRange
Returns Age Range (component 3). This is a convenience method that saves you from casting and handling an exception. -
getRfr3_AgeRange
Returns Age Range (component 3). This is a convenience method that saves you from casting and handling an exception. -
getGestationalAgeRange
Returns Gestational Age Range (component 4). This is a convenience method that saves you from casting and handling an exception. -
getRfr4_GestationalAgeRange
Returns Gestational Age Range (component 4). This is a convenience method that saves you from casting and handling an exception. -
getSpecies
Returns Species (component 5). This is a convenience method that saves you from casting and handling an exception. -
getRfr5_Species
Returns Species (component 5). This is a convenience method that saves you from casting and handling an exception. -
getRaceSubspecies
Returns Race/subspecies (component 6). This is a convenience method that saves you from casting and handling an exception. -
getRfr6_RaceSubspecies
Returns Race/subspecies (component 6). This is a convenience method that saves you from casting and handling an exception. -
getConditions
Returns Conditions (component 7). This is a convenience method that saves you from casting and handling an exception. -
getRfr7_Conditions
Returns Conditions (component 7). This is a convenience method that saves you from casting and handling an exception.
-