Class: FHIR::BiologicallyDerivedProduct::Storage
- Defined in:
- lib/fhir_models/fhir/resources/BiologicallyDerivedProduct.rb
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'Storage.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'Storage.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'Storage.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'description' => {'type'=>'string', 'path'=>'Storage.description', 'min'=>0, 'max'=>1}, 'temperature' => {'type'=>'decimal', 'path'=>'Storage.temperature', 'min'=>0, 'max'=>1}, 'scale' => {'valid_codes'=>{'http://hl7.org/fhir/product-storage-scale'=>['farenheit', 'celsius', 'kelvin']}, 'type'=>'code', 'path'=>'Storage.scale', 'min'=>0, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/product-storage-scale|4.0.0'}}, 'duration' => {'type'=>'Period', 'path'=>'Storage.duration', 'min'=>0, 'max'=>1} }
Instance Attribute Summary collapse
-
#description ⇒ Object
0-1 string.
-
#duration ⇒ Object
0-1 Period.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#scale ⇒ Object
0-1 code.
-
#temperature ⇒ 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
#description ⇒ Object
0-1 string
129 130 131 |
# File 'lib/fhir_models/fhir/resources/BiologicallyDerivedProduct.rb', line 129 def description @description end |
#duration ⇒ Object
0-1 Period
132 133 134 |
# File 'lib/fhir_models/fhir/resources/BiologicallyDerivedProduct.rb', line 132 def duration @duration end |
#extension ⇒ Object
0-* [ Extension ]
127 128 129 |
# File 'lib/fhir_models/fhir/resources/BiologicallyDerivedProduct.rb', line 127 def extension @extension end |
#id ⇒ Object
0-1 string
126 127 128 |
# File 'lib/fhir_models/fhir/resources/BiologicallyDerivedProduct.rb', line 126 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
128 129 130 |
# File 'lib/fhir_models/fhir/resources/BiologicallyDerivedProduct.rb', line 128 def modifierExtension @modifierExtension end |
#scale ⇒ Object
0-1 code
131 132 133 |
# File 'lib/fhir_models/fhir/resources/BiologicallyDerivedProduct.rb', line 131 def scale @scale end |
#temperature ⇒ Object
0-1 decimal
130 131 132 |
# File 'lib/fhir_models/fhir/resources/BiologicallyDerivedProduct.rb', line 130 def temperature @temperature end |