Class: FHIR::Distance
- Defined in:
- lib/fhir_models/fhir/types/Distance.rb
Constant Summary collapse
- SEARCH_PARAMS =
[]
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'Distance.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'Distance.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'value' => {'type'=>'decimal', 'path'=>'Distance.value', 'min'=>0, 'max'=>1}, 'comparator' => {'valid_codes'=>{'http://hl7.org/fhir/quantity-comparator'=>['<', '<=', '>=', '>']}, 'type'=>'code', 'path'=>'Distance.comparator', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.0'}}, 'unit' => {'type'=>'string', 'path'=>'Distance.unit', 'min'=>0, 'max'=>1}, 'system' => {'type'=>'uri', 'path'=>'Distance.system', 'min'=>0, 'max'=>1}, 'code' => {'type'=>'code', 'path'=>'Distance.code', 'min'=>0, 'max'=>1} }
Instance Attribute Summary collapse
-
#code ⇒ Object
0-1 code.
-
#comparator ⇒ Object
0-1 code.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#system ⇒ Object
0-1 uri.
-
#unit ⇒ Object
0-1 string.
-
#value ⇒ Object
0-1 decimal.
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from Hashable
Methods inherited from Model
#==, #attribute_mismatch, #compare_attribute, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #validate, #validate_profile
Constructor Details
This class inherits a constructor from FHIR::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::Model
Instance Attribute Details
#code ⇒ Object
0-1 code
24 25 26 |
# File 'lib/fhir_models/fhir/types/Distance.rb', line 24 def code @code end |
#comparator ⇒ Object
0-1 code
21 22 23 |
# File 'lib/fhir_models/fhir/types/Distance.rb', line 21 def comparator @comparator end |
#extension ⇒ Object
0-* [ Extension ]
19 20 21 |
# File 'lib/fhir_models/fhir/types/Distance.rb', line 19 def extension @extension end |
#id ⇒ Object
0-1 string
18 19 20 |
# File 'lib/fhir_models/fhir/types/Distance.rb', line 18 def id @id end |
#system ⇒ Object
0-1 uri
23 24 25 |
# File 'lib/fhir_models/fhir/types/Distance.rb', line 23 def system @system end |
#unit ⇒ Object
0-1 string
22 23 24 |
# File 'lib/fhir_models/fhir/types/Distance.rb', line 22 def unit @unit end |
#value ⇒ Object
0-1 decimal
20 21 22 |
# File 'lib/fhir_models/fhir/types/Distance.rb', line 20 def value @value end |