Class: FHIR::Questionnaire::Item::EnableWhen

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir/resources/Questionnaire.rb

Constant Summary collapse

MULTIPLE_TYPES =
{
  'answer' => ['boolean', 'decimal', 'integer', 'date', 'dateTime', 'instant', 'time', 'string', 'uri', 'Attachment', 'Coding', 'Quantity', 'Reference']
}
METADATA =
{
  'id' => {'type'=>'string', 'path'=>'EnableWhen.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'EnableWhen.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'EnableWhen.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'question' => {'type'=>'string', 'path'=>'EnableWhen.question', 'min'=>1, 'max'=>1},
  'hasAnswer' => {'type'=>'boolean', 'path'=>'EnableWhen.hasAnswer', 'min'=>0, 'max'=>1},
  'answerBoolean' => {'type'=>'boolean', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerDecimal' => {'type'=>'decimal', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerInteger' => {'type'=>'integer', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerDate' => {'type'=>'date', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerDateTime' => {'type'=>'dateTime', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerInstant' => {'type'=>'instant', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerTime' => {'type'=>'time', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerString' => {'type'=>'string', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerUri' => {'type'=>'uri', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerAttachment' => {'type'=>'Attachment', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerCoding' => {'type'=>'Coding', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerQuantity' => {'type'=>'Quantity', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1},
  'answerReference' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Resource'], 'type'=>'Reference', 'path'=>'EnableWhen.answer[x]', 'min'=>0, 'max'=>1}
}

Instance Attribute Summary collapse

Method Summary

Methods included from Xml

from_xml, is_valid?, #to_xml, validate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

Methods inherited from Model

#attribute_mismatch, #compare_attribute, #equals?, #initialize, #is_valid?, #method_missing, #mismatch, #to_reference, #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

#answerAttachmentObject

0-1 Attachment



114
115
116
# File 'lib/fhir/resources/Questionnaire.rb', line 114

def answerAttachment
  @answerAttachment
end

#answerBooleanObject

0-1 boolean



105
106
107
# File 'lib/fhir/resources/Questionnaire.rb', line 105

def answerBoolean
  @answerBoolean
end

#answerCodingObject

0-1 Coding



115
116
117
# File 'lib/fhir/resources/Questionnaire.rb', line 115

def answerCoding
  @answerCoding
end

#answerDateObject

0-1 date



108
109
110
# File 'lib/fhir/resources/Questionnaire.rb', line 108

def answerDate
  @answerDate
end

#answerDateTimeObject

0-1 dateTime



109
110
111
# File 'lib/fhir/resources/Questionnaire.rb', line 109

def answerDateTime
  @answerDateTime
end

#answerDecimalObject

0-1 decimal



106
107
108
# File 'lib/fhir/resources/Questionnaire.rb', line 106

def answerDecimal
  @answerDecimal
end

#answerInstantObject

0-1 instant



110
111
112
# File 'lib/fhir/resources/Questionnaire.rb', line 110

def answerInstant
  @answerInstant
end

#answerIntegerObject

0-1 integer



107
108
109
# File 'lib/fhir/resources/Questionnaire.rb', line 107

def answerInteger
  @answerInteger
end

#answerQuantityObject

0-1 Quantity



116
117
118
# File 'lib/fhir/resources/Questionnaire.rb', line 116

def answerQuantity
  @answerQuantity
end

#answerReferenceObject

0-1 Reference(Resource)



117
118
119
# File 'lib/fhir/resources/Questionnaire.rb', line 117

def answerReference
  @answerReference
end

#answerStringObject

0-1 string



112
113
114
# File 'lib/fhir/resources/Questionnaire.rb', line 112

def answerString
  @answerString
end

#answerTimeObject

0-1 time



111
112
113
# File 'lib/fhir/resources/Questionnaire.rb', line 111

def answerTime
  @answerTime
end

#answerUriObject

0-1 uri



113
114
115
# File 'lib/fhir/resources/Questionnaire.rb', line 113

def answerUri
  @answerUri
end

#extensionObject

0-* [ Extension ]



101
102
103
# File 'lib/fhir/resources/Questionnaire.rb', line 101

def extension
  @extension
end

#hasAnswerObject

0-1 boolean



104
105
106
# File 'lib/fhir/resources/Questionnaire.rb', line 104

def hasAnswer
  @hasAnswer
end

#idObject

0-1 string



100
101
102
# File 'lib/fhir/resources/Questionnaire.rb', line 100

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



102
103
104
# File 'lib/fhir/resources/Questionnaire.rb', line 102

def modifierExtension
  @modifierExtension
end

#questionObject

1-1 string



103
104
105
# File 'lib/fhir/resources/Questionnaire.rb', line 103

def question
  @question
end