Package ca.uhn.hl7v2.model.v22.datatype
Class CM_RFR
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractComposite
ca.uhn.hl7v2.model.v22.datatype.CM_RFR
- All Implemented Interfaces:
Composite,Type,Visitable,Serializable
Represents an HL7 CM_RFR (reference range) data type. This type consists of the following components:
- Reference Range (CM_RANGE)
- Sex (ID)
- Age Range (CM_RANGE)
- Gestational Age Range (CM_RANGE)
- Species (ST)
- Race / Subspecies (ID)
- Text Condition (ST)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns Age Range (component 3).Returns Reference Range (component 1).Returns Sex (component 2).Returns Age Range (component 3).Returns Gestational Age Range (component 4).Returns Species (component 5).Returns Race / Subspecies (component 6).Returns Text Condition (component 7).getComponent(int number) Returns an individual data component.Type[]Returns an array containing the data elements.Returns Gestational Age Range (component 4).Returns Race / Subspecies (component 6).Returns Reference Range (component 1).getSex()Returns Sex (component 2).Returns Species (component 5).Returns Text Condition (component 7).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
-
CM_RFR
Creates a new CM_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.
-
getReferenceRange
Returns Reference Range (component 1). This is a convenience method that saves you from casting and handling an exception. -
getCm_rfr1_ReferenceRange
Returns Reference Range (component 1). This is a convenience method that saves you from casting and handling an exception. -
getSex
Returns Sex (component 2). This is a convenience method that saves you from casting and handling an exception. -
getCm_rfr2_Sex
Returns 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. -
getCm_rfr3_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. -
getCm_rfr4_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. -
getCm_rfr5_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. -
getCm_rfr6_RaceSubspecies
Returns Race / Subspecies (component 6). This is a convenience method that saves you from casting and handling an exception. -
getTextCondition
Returns Text Condition (component 7). This is a convenience method that saves you from casting and handling an exception. -
getCm_rfr7_TextCondition
Returns Text Condition (component 7). This is a convenience method that saves you from casting and handling an exception.
-