Class: FHIR::PlanDefinition::Action::DynamicValue
- Defined in:
- lib/fhir_models/fhir/resources/PlanDefinition.rb
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'DynamicValue.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'DynamicValue.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'DynamicValue.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'path' => {'type'=>'string', 'path'=>'DynamicValue.path', 'min'=>0, 'max'=>1}, 'expression' => {'type'=>'Expression', 'path'=>'DynamicValue.expression', 'min'=>0, 'max'=>1} }
Instance Attribute Summary collapse
-
#expression ⇒ Object
0-1 Expression.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#path ⇒ Object
0-1 string.
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
#expression ⇒ Object
0-1 Expression
247 248 249 |
# File 'lib/fhir_models/fhir/resources/PlanDefinition.rb', line 247 def expression @expression end |
#extension ⇒ Object
0-* [ Extension ]
244 245 246 |
# File 'lib/fhir_models/fhir/resources/PlanDefinition.rb', line 244 def extension @extension end |
#id ⇒ Object
0-1 string
243 244 245 |
# File 'lib/fhir_models/fhir/resources/PlanDefinition.rb', line 243 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
245 246 247 |
# File 'lib/fhir_models/fhir/resources/PlanDefinition.rb', line 245 def modifierExtension @modifierExtension end |
#path ⇒ Object
0-1 string
246 247 248 |
# File 'lib/fhir_models/fhir/resources/PlanDefinition.rb', line 246 def path @path end |