Class: FHIR::STU3::ImagingManifest::Study::Series

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

Defined Under Namespace

Classes: Instance

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Series.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Series.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Series.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'uid' => {'type'=>'oid', 'path'=>'Series.uid', 'min'=>1, 'max'=>1},
  'endpoint' => {'type_profiles'=>['http://hl7.org/fhir/StructureDefinition/Endpoint'], 'type'=>'Reference', 'path'=>'Series.endpoint', 'min'=>0, 'max'=>Float::INFINITY},
  'instance' => {'type'=>'ImagingManifest::Study::Series::Instance', 'path'=>'Series.instance', 'min'=>1, '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?, #to_reference, #valid?, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::STU3::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::STU3::Model

Instance Attribute Details

#endpointObject

0-* [ Reference(Endpoint) ]



81
82
83
# File 'lib/fhir_stu3_models/fhir/resources/ImagingManifest.rb', line 81

def endpoint
  @endpoint
end

#extensionObject

0-* [ Extension ]



78
79
80
# File 'lib/fhir_stu3_models/fhir/resources/ImagingManifest.rb', line 78

def extension
  @extension
end

#idObject

0-1 string



77
78
79
# File 'lib/fhir_stu3_models/fhir/resources/ImagingManifest.rb', line 77

def id
  @id
end

#instanceObject

1-* [ ImagingManifest::Study::Series::Instance ]



82
83
84
# File 'lib/fhir_stu3_models/fhir/resources/ImagingManifest.rb', line 82

def instance
  @instance
end

#modifierExtensionObject

0-* [ Extension ]



79
80
81
# File 'lib/fhir_stu3_models/fhir/resources/ImagingManifest.rb', line 79

def modifierExtension
  @modifierExtension
end

#uidObject

1-1 oid



80
81
82
# File 'lib/fhir_stu3_models/fhir/resources/ImagingManifest.rb', line 80

def uid
  @uid
end