Class: FHIR::DSTU2::ImplementationGuide::Package
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ImplementationGuide.rb
Defined Under Namespace
Classes: Resource
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Package.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Package.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Package.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'name' => { 'type' => 'string', 'path' => 'Package.name', 'min' => 1, 'max' => 1 }, 'description' => { 'type' => 'string', 'path' => 'Package.description', 'min' => 0, 'max' => 1 }, 'resource' => { 'type' => 'ImplementationGuide::Package::Resource', 'path' => 'Package.resource', 'min' => 1, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#description ⇒ Object
0-1 string.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
1-1 string.
-
#resource ⇒ Object
1-* [ ImplementationGuide::Package::Resource ].
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, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #to_reference, #valid?, #validate, #validate_profile
Constructor Details
This class inherits a constructor from FHIR::DSTU2::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model
Instance Attribute Details
#description ⇒ Object
0-1 string
128 129 130 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImplementationGuide.rb', line 128 def description @description end |
#extension ⇒ Object
0-* [ Extension ]
125 126 127 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImplementationGuide.rb', line 125 def extension @extension end |
#id ⇒ Object
0-1 id
124 125 126 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImplementationGuide.rb', line 124 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
126 127 128 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImplementationGuide.rb', line 126 def modifierExtension @modifierExtension end |
#name ⇒ Object
1-1 string
127 128 129 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImplementationGuide.rb', line 127 def name @name end |
#resource ⇒ Object
1-* [ ImplementationGuide::Package::Resource ]
129 130 131 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImplementationGuide.rb', line 129 def resource @resource end |