Class: FHIR::DSTU2::TestScript::Test
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/TestScript.rb
Defined Under Namespace
Classes: Action
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Test.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Test.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Test.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'name' => { 'type' => 'string', 'path' => 'Test.name', 'min' => 0, 'max' => 1 }, 'description' => { 'type' => 'string', 'path' => 'Test.description', 'min' => 0, 'max' => 1 }, 'metadata' => { 'type' => 'TestScript::Metadata', 'path' => 'Test.metadata', 'min' => 0, 'max' => 1 }, 'action' => { 'type' => 'TestScript::Test::Action', 'path' => 'Test.action', 'min' => 1, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#action ⇒ Object
1-* [ TestScript::Test::Action ].
-
#description ⇒ Object
0-1 string.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#metadata ⇒ Object
0-1 TestScript::Metadata.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ 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, #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
#action ⇒ Object
1-* [ TestScript::Test::Action ]
372 373 374 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 372 def action @action end |
#description ⇒ Object
0-1 string
370 371 372 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 370 def description @description end |
#extension ⇒ Object
0-* [ Extension ]
367 368 369 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 367 def extension @extension end |
#id ⇒ Object
0-1 id
366 367 368 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 366 def id @id end |
#metadata ⇒ Object
0-1 TestScript::Metadata
371 372 373 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 371 def @metadata end |
#modifierExtension ⇒ Object
0-* [ Extension ]
368 369 370 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 368 def modifierExtension @modifierExtension end |
#name ⇒ Object
0-1 string
369 370 371 |
# File 'lib/fhir_dstu2_models/fhir/resources/TestScript.rb', line 369 def name @name end |