public class RFR extends CompositeDataType
This data type specifies a reference range and its supporting detail.
Represents an HL7 RFR data type. This data type has the following attributes:
1. Numeric Range (NR)Required
2. Administrative Sex (CWE)Optional
3. Age Range (NR)Optional
4. Gestational Age Range (NR)Optional
5. Species (ST)Optional
6. Race/subspecies (ST)Optional
7. Conditions (TX)Optional
This class provides accessors & mutators for the elements mentioned above. This class override the equal method, to check whether some other object is "equal to" this one.
User can also create Data Type through DataElementFactory
| Constructor and Description |
|---|
RFR()
Default Constructor for RFR
|
RFR(int iComponentType,
IDataTypeMap objIDataTypeMap)
Constructor for RFR class which takes two arguments and
sets the value in the respective member variable.
|
RFR(int iComponentType,
int iMinLength,
int iMaxLength,
java.lang.String strCLength,
IDataTypeMap objIDataTypeMap)
Constructor for RFR class which takes five arguments and
sets the value in the respective member variable.
|
RFR(int iComponentType,
int iMinLength,
int iMaxLength,
java.lang.String strCLength,
int ITableNo,
IDataTypeMap objIDataTypeMap)
Constructor for RFR class which takes six arguments and
sets the value in the respective member variable.
|
RFR(int iMinLength,
int iMaxLength,
java.lang.String strCLength,
int iComponentType)
Constructor for RFR class which takes four arguments and
sets the value in the respective member variable.
|
RFR(int iMinLength,
int iMaxLength,
java.lang.String strCLength,
int iTableNo,
int iComponentType)
Constructor for RFR class which takes five arguments and
sets the value in the respective member variable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object objObject)
This method checks the equality of Object.
|
CWE |
getAdministrativeSex()
Returns Administrative Sex
|
NR |
getAgeRange()
Returns Age Range
|
TX |
getConditions()
Returns Conditions
|
NR |
getGestationalAgeRange()
Returns Gestational Age Range
|
NR |
getNumericRange()
Returns Numeric Range
|
ST |
getRaceSubspecies()
Returns Race/subspecies
|
ST |
getSpecies()
Returns Species
|
void |
setAdministrativeSex(CWE objCWE)
Sets the AdministrativeSex.
|
void |
setAdministrativeSex(java.lang.String strAdministrativeSex)
Sets the AdministrativeSex.
|
void |
setAgeRange(NR objAgeRange)
Sets the AgeRange.
|
void |
setConditions(java.lang.String strConditions)
Sets the Conditions.
|
void |
setConditions(TX objTX)
Sets the Conditions.
|
void |
setGestationalAgeRange(NR objGestationalAgeRange)
Sets the GestationalAgeRange.
|
void |
setNumericRange(NR objNumericRange)
Sets the NumericRange.
|
void |
setRacesubspecies(ST objST)
Sets the Racesubspecies.
|
void |
setRacesubspecies(java.lang.String strRacesubspecies)
Sets the Racesubspecies.
|
void |
setSpecies(ST objST)
Sets the Species.
|
void |
setSpecies(java.lang.String strSpecies)
Sets the Species.
|
boolean |
validate()
The Method validates the Input value,and if validated properly then returns true.
|
copy, dumpDataType, getAttributes, getDataTypeName, getLength, getValue, isPrimitive, read, setValue, write, writeToXMLpublic RFR()
public RFR(int iMinLength,
int iMaxLength,
java.lang.String strCLength,
int iComponentType)
throws InvalidComponentTypeException
iMinLength - The Minimum length the DataType can have.iMaxLength - The Maximum length the DataType can have.iCLength - The Conformance length the DataType can have.iComponentType - The Type of the component i.e Component or a subcomponent.InvalidComponentTypeException - - if Component Type is not specified or valid.public RFR(int iMinLength,
int iMaxLength,
java.lang.String strCLength,
int iTableNo,
int iComponentType)
throws InvalidComponentTypeException
iMinLength - The Minimum length the DataType can have.iMaxLength - The Maximum length the DataType can have.iCLength - The Conformance length the DataType can have.iTableNo - The Table number to which the value for the component is specified.iComponentType - The Type of the component i.e Component or a subcomponent.InvalidComponentTypeException - - if Component Type is not specified or valid.public RFR(int iComponentType, IDataTypeMap objIDataTypeMap)
objIDataTypeMap - object of Data Type Map.iComponentType - The Type of the component i.e Component or a subcomponent.InvalidComponentTypeException - - if Component Type is not specified or valid.public RFR(int iComponentType, int iMinLength, int iMaxLength, java.lang.String strCLength, IDataTypeMap objIDataTypeMap)
objIDataTypeMap - object of Data Type Map.iComponentType - The Type of the component i.e Component or a subcomponent.iMinLength - The Minimum length the DataType can have.iMaxLength - The Maximum length the DataType can have.iCLength - The Conformance length the DataType can have.InvalidComponentTypeException - - if Component Type is not specified or valid.public RFR(int iComponentType, int iMinLength, int iMaxLength, java.lang.String strCLength, int ITableNo, IDataTypeMap objIDataTypeMap)
objIDataTypeMap - object of Data Type Map.iComponentType - The Type of the component i.e Component or a subcomponent.iMinLength - The Minimum length the DataType can have.iMaxLength - The Maximum length the DataType can have.iCLength - The Conformance length the DataType can have.iTableNo - The Table number to which the value for the component is specified.InvalidComponentTypeException - - if Component Type is not specified or valid.public void setNumericRange(NR objNumericRange)
objNumericRange - This component specifies the numeric interval of the reference data.public void setAdministrativeSex(java.lang.String strAdministrativeSex)
strAdministrativeSex - This component specifies which gender for which the reference range is valid.public void setAdministrativeSex(CWE objCWE)
objCWE - This component specifies which gender for which the reference range is valid.public void setAgeRange(NR objAgeRange)
objAgeRange - This component specifies the age range for which the reference range is valid.public void setGestationalAgeRange(NR objGestationalAgeRange)
objGestationalAgeRange - This component specifies the gestational age range for which the reference range is valid.public void setSpecies(java.lang.String strSpecies)
strSpecies - This component specifies the species for which the reference range is valid.public void setSpecies(ST objST)
objString - This component specifies the species for which the reference range is valid.public void setRacesubspecies(java.lang.String strRacesubspecies)
strRacesubspecies - This component specifies the race or subspecies for which the reference range is valid.public void setRacesubspecies(ST objST)
objST - This component specifies the race or subspecies for which the reference range is valid.public void setConditions(java.lang.String strConditions)
strConditions - This component specifies any arbitrary condition for which the reference range is valid.public void setConditions(TX objTX)
objTX - This component specifies any arbitrary condition for which the reference range is valid.public NR getNumericRange()
public CWE getAdministrativeSex()
public NR getAgeRange()
public NR getGestationalAgeRange()
public ST getSpecies()
public ST getRaceSubspecies()
public TX getConditions()
public boolean validate()
throws InvalidDataTypeException
validate in interface IDataTypevalidate in class CompositeDataTypeInvalidDataTypeException - - if Invalid values is entered or Mandatory field is missing.public boolean equals(java.lang.Object objObject)
equals in class java.lang.ObjectobjObject - object of Object class.