Class: FHIR::DSTU2::ImagingObjectSelection::Study
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb
Defined Under Namespace
Classes: Series
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Study.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Study.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Study.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'uid' => { 'type' => 'oid', 'path' => 'Study.uid', 'min' => 1, 'max' => 1 }, 'url' => { 'type' => 'uri', 'path' => 'Study.url', 'min' => 0, 'max' => 1 }, 'imagingStudy' => { 'type' => 'Reference', 'path' => 'Study.imagingStudy', 'min' => 0, 'max' => 1 }, 'series' => { 'type' => 'ImagingObjectSelection::Study::Series', 'path' => 'Study.series', 'min' => 1, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#imagingStudy ⇒ Object
0-1 Reference().
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#series ⇒ Object
1-* [ ImagingObjectSelection::Study::Series ].
-
#uid ⇒ Object
1-1 oid.
-
#url ⇒ Object
0-1 uri.
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 ]
109 110 111 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 109 def extension @extension end |
#id ⇒ Object
0-1 id
108 109 110 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 108 def id @id end |
#imagingStudy ⇒ Object
0-1 Reference()
113 114 115 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 113 def imagingStudy @imagingStudy end |
#modifierExtension ⇒ Object
0-* [ Extension ]
110 111 112 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 110 def modifierExtension @modifierExtension end |
#series ⇒ Object
1-* [ ImagingObjectSelection::Study::Series ]
114 115 116 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 114 def series @series end |
#uid ⇒ Object
1-1 oid
111 112 113 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 111 def uid @uid end |
#url ⇒ Object
0-1 uri
112 113 114 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 112 def url @url end |