Class: FHIR::DSTU2::ImagingObjectSelection::Study::Series::Instance

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
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

Method Summary

Methods included from Xml

from_xml, #to_xml, valid?, validate

Methods included from Deprecate

#deprecate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

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

#extensionObject

0-* [ Extension ]



92
93
94
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 92

def extension
  @extension
end

#framesObject

0-* [ ImagingObjectSelection::Study::Series::Instance::Frames ]



97
98
99
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 97

def frames
  @frames
end

#idObject

0-1 id



91
92
93
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 91

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



93
94
95
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 93

def modifierExtension
  @modifierExtension
end

#sopClassObject

1-1 oid



94
95
96
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 94

def sopClass
  @sopClass
end

#uidObject

1-1 oid



95
96
97
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 95

def uid
  @uid
end

#urlObject

1-1 uri



96
97
98
# File 'lib/fhir_dstu2_models/fhir/resources/ImagingObjectSelection.rb', line 96

def url
  @url
end