Class: FHIR::MedicationKnowledge::MonitoringProgram
- Inherits:
-
FHIR::Model
- Object
- FHIR::Model
- FHIR::MedicationKnowledge::MonitoringProgram
- Defined in:
- lib/fhir_models/fhir/resources/MedicationKnowledge.rb
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'MonitoringProgram.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'MonitoringProgram.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'MonitoringProgram.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'type' => {'type'=>'CodeableConcept', 'path'=>'MonitoringProgram.type', 'min'=>0, 'max'=>1}, 'name' => {'type'=>'string', 'path'=>'MonitoringProgram.name', 'min'=>0, 'max'=>1} }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
0-1 string.
-
#type ⇒ Object
0-1 CodeableConcept.
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 FHIR::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
#extension ⇒ Object
0-* [ Extension ]
144 145 146 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 144 def extension @extension end |
#id ⇒ Object
0-1 string
143 144 145 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 143 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
145 146 147 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 145 def modifierExtension @modifierExtension end |
#name ⇒ Object
0-1 string
147 148 149 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 147 def name @name end |
#type ⇒ Object
0-1 CodeableConcept
146 147 148 |
# File 'lib/fhir_models/fhir/resources/MedicationKnowledge.rb', line 146 def type @type end |