Class: FHIR::DSTU2::ImagingObjectSelection::Study::Series::Instance
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb
Defined Under Namespace
Classes: Frames
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Instance.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Instance.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Instance.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'sopClass' => { 'type' => 'oid', 'path' => 'Instance.sopClass', 'min' => 1, 'max' => 1 }, 'uid' => { 'type' => 'oid', 'path' => 'Instance.uid', 'min' => 1, 'max' => 1 }, 'url' => { 'type' => 'uri', 'path' => 'Instance.url', 'min' => 1, 'max' => 1 }, 'frames' => { 'type' => 'ImagingObjectSelection::Study::Series::Instance::Frames', 'path' => 'Instance.frames', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#extension ⇒ Object
0-* [ Extension ].
-
#frames ⇒ Object
0-* [ ImagingObjectSelection::Study::Series::Instance::Frames ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#sopClass ⇒ Object
1-1 oid.
-
#uid ⇒ Object
1-1 oid.
-
#url ⇒ Object
1-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 ]
92 93 94 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 92 def extension @extension end |
#frames ⇒ Object
0-* [ ImagingObjectSelection::Study::Series::Instance::Frames ]
97 98 99 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 97 def frames @frames end |
#id ⇒ Object
0-1 id
91 92 93 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 91 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
93 94 95 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 93 def modifierExtension @modifierExtension end |
#sopClass ⇒ Object
1-1 oid
94 95 96 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 94 def sopClass @sopClass end |
#uid ⇒ Object
1-1 oid
95 96 97 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 95 def uid @uid end |
#url ⇒ Object
1-1 uri
96 97 98 |
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 96 def url @url end |