Class: FHIR::DSTU2::Questionnaire::Group
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb
Defined Under Namespace
Classes: Question
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Group.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Group.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Group.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'linkId' => { 'type' => 'string', 'path' => 'Group.linkId', 'min' => 0, 'max' => 1 }, 'title' => { 'type' => 'string', 'path' => 'Group.title', 'min' => 0, 'max' => 1 }, 'concept' => { 'valid_codes' => { 'http://loinc.org' => [] }, 'type' => 'Coding', 'path' => 'Group.concept', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'example', 'uri' => 'http://hl7.org/fhir/ValueSet/questionnaire-questions' } }, 'text' => { 'type' => 'string', 'path' => 'Group.text', 'min' => 0, 'max' => 1 }, 'required' => { 'type' => 'boolean', 'path' => 'Group.required', 'min' => 0, 'max' => 1 }, 'repeats' => { 'type' => 'boolean', 'path' => 'Group.repeats', 'min' => 0, 'max' => 1 }, 'group' => { 'type' => 'Questionnaire::Group', 'path' => 'Group.group', 'min' => 0, 'max' => Float::INFINITY }, 'question' => { 'type' => 'Questionnaire::Group::Question', 'path' => 'Group.question', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#concept ⇒ Object
0-* [ Coding ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#group ⇒ Object
0-* [ Questionnaire::Group ].
-
#id ⇒ Object
0-1 id.
-
#linkId ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#question ⇒ Object
0-* [ Questionnaire::Group::Question ].
-
#repeats ⇒ Object
0-1 boolean.
-
#required ⇒ Object
0-1 boolean.
-
#text ⇒ Object
0-1 string.
-
#title ⇒ 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
#concept ⇒ Object
0-* [ Coding ]
86 87 88 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 86 def concept @concept end |
#extension ⇒ Object
0-* [ Extension ]
82 83 84 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 82 def extension @extension end |
#group ⇒ Object
0-* [ Questionnaire::Group ]
90 91 92 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 90 def group @group end |
#id ⇒ Object
0-1 id
81 82 83 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 81 def id @id end |
#linkId ⇒ Object
0-1 string
84 85 86 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 84 def linkId @linkId end |
#modifierExtension ⇒ Object
0-* [ Extension ]
83 84 85 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 83 def modifierExtension @modifierExtension end |
#question ⇒ Object
0-* [ Questionnaire::Group::Question ]
91 92 93 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 91 def question @question end |
#repeats ⇒ Object
0-1 boolean
89 90 91 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 89 def repeats @repeats end |
#required ⇒ Object
0-1 boolean
88 89 90 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 88 def required @required end |
#text ⇒ Object
0-1 string
87 88 89 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 87 def text @text end |
#title ⇒ Object
0-1 string
85 86 87 |
# File 'lib/fhir_dstu2_models/fhir/resources/Questionnaire.rb', line 85 def title @title end |