Class: FHIR::TestReport::Setup::Action::Operation
- Defined in:
- lib/fhir_models/fhir/resources/TestReport.rb
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'Operation.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'Operation.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'Operation.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'result' => {'valid_codes'=>{'http://hl7.org/fhir/report-action-result-codes'=>['pass', 'skip', 'fail', 'warning', 'error']}, 'type'=>'code', 'path'=>'Operation.result', 'min'=>1, 'max'=>1, 'binding'=>{'strength'=>'required', 'uri'=>'http://hl7.org/fhir/ValueSet/report-action-result-codes|4.0.0'}}, 'message' => {'type'=>'markdown', 'path'=>'Operation.message', 'min'=>0, 'max'=>1}, 'detail' => {'type'=>'uri', 'path'=>'Operation.detail', 'min'=>0, 'max'=>1} }
Instance Attribute Summary collapse
-
#detail ⇒ Object
0-1 uri.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#message ⇒ Object
0-1 markdown.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#result ⇒ Object
1-1 code.
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, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #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
#detail ⇒ Object
0-1 uri
97 98 99 |
# File 'lib/fhir_models/fhir/resources/TestReport.rb', line 97 def detail @detail end |
#extension ⇒ Object
0-* [ Extension ]
93 94 95 |
# File 'lib/fhir_models/fhir/resources/TestReport.rb', line 93 def extension @extension end |
#id ⇒ Object
0-1 string
92 93 94 |
# File 'lib/fhir_models/fhir/resources/TestReport.rb', line 92 def id @id end |
#message ⇒ Object
0-1 markdown
96 97 98 |
# File 'lib/fhir_models/fhir/resources/TestReport.rb', line 96 def @message end |
#modifierExtension ⇒ Object
0-* [ Extension ]
94 95 96 |
# File 'lib/fhir_models/fhir/resources/TestReport.rb', line 94 def modifierExtension @modifierExtension end |
#result ⇒ Object
1-1 code
95 96 97 |
# File 'lib/fhir_models/fhir/resources/TestReport.rb', line 95 def result @result end |