cardea.fhir.Range¶
-
class
cardea.fhir.
Range
(dict_values=None)[source]¶ A set of ordered Quantities defined by a low and high limit.
- Parameters
low – The low limit. The boundary is inclusive.
high – The high limit. The boundary is inclusive.
Methods
__init__
([dict_values])Initialize self.
assert_type
()Checks class values follow set possible enumerations.
get_dataframe
()Returns dataframe from class attribute values.
get_eligible_relationships
()Returns class relationships for attributes that are used.
get_id
()Returns fhir class identifier.
get_relationships
()Returns class relationships.
set_attributes
(dict_values)Sets values to class attributes.