Class: FHIR::DSTU2::QuestionnaireResponse::Group
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.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 }, 'text' => { 'type' => 'string', 'path' => 'Group.text', 'min' => 0, 'max' => 1 }, 'subject' => { 'type' => 'Reference', 'path' => 'Group.subject', 'min' => 0, 'max' => 1 }, 'group' => { 'type' => 'QuestionnaireResponse::Group', 'path' => 'Group.group', 'min' => 0, 'max' => Float::INFINITY }, 'question' => { 'type' => 'QuestionnaireResponse::Group::Question', 'path' => 'Group.question', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#group ⇒ Object
0-* [ QuestionnaireResponse::Group ].
-
#id ⇒ Object
0-1 id.
-
#linkId ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#question ⇒ Object
0-* [ QuestionnaireResponse::Group::Question ].
-
#subject ⇒ Object
0-1 Reference().
-
#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
#extension ⇒ Object
0-* [ Extension ]
116 117 118 |
# File 'lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.rb', line 116 def extension @extension end |
#group ⇒ Object
0-* [ QuestionnaireResponse::Group ]
122 123 124 |
# File 'lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.rb', line 122 def group @group end |
#id ⇒ Object
0-1 id
115 116 117 |
# File 'lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.rb', line 115 def id @id end |
#linkId ⇒ Object
0-1 string
118 119 120 |
# File 'lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.rb', line 118 def linkId @linkId end |
#modifierExtension ⇒ Object
0-* [ Extension ]
117 118 119 |
# File 'lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.rb', line 117 def modifierExtension @modifierExtension end |
#question ⇒ Object
0-* [ QuestionnaireResponse::Group::Question ]
123 124 125 |
# File 'lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.rb', line 123 def question @question end |
#subject ⇒ Object
0-1 Reference()
121 122 123 |
# File 'lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.rb', line 121 def subject @subject end |
#text ⇒ Object
0-1 string
120 121 122 |
# File 'lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.rb', line 120 def text @text end |
#title ⇒ Object
0-1 string
119 120 121 |
# File 'lib/fhir_dstu2_models/fhir/resources/QuestionnaireResponse.rb', line 119 def title @title end |