Class: FHIR::ImplementationGuide::Manifest

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

Defined Under Namespace

Classes: Page, Resource

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Manifest.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Manifest.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Manifest.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'rendering' => {'type'=>'url', 'path'=>'Manifest.rendering', 'min'=>0, 'max'=>1},
  'resource' => {'type'=>'ImplementationGuide::Manifest::Resource', 'path'=>'Manifest.resource', 'min'=>1, 'max'=>Float::INFINITY},
  'page' => {'type'=>'ImplementationGuide::Manifest::Page', 'path'=>'Manifest.page', 'min'=>0, 'max'=>Float::INFINITY},
  'image' => {'type'=>'string', 'path'=>'Manifest.image', 'min'=>0, 'max'=>Float::INFINITY},
  'other' => {'type'=>'string', 'path'=>'Manifest.other', '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, #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

#extensionObject

0-* [ Extension ]



297
298
299
# File 'lib/fhir_models/fhir/resources/ImplementationGuide.rb', line 297

def extension
  @extension
end

#idObject

0-1 string



296
297
298
# File 'lib/fhir_models/fhir/resources/ImplementationGuide.rb', line 296

def id
  @id
end

#imageObject

0-* [ string ]



302
303
304
# File 'lib/fhir_models/fhir/resources/ImplementationGuide.rb', line 302

def image
  @image
end

#modifierExtensionObject

0-* [ Extension ]



298
299
300
# File 'lib/fhir_models/fhir/resources/ImplementationGuide.rb', line 298

def modifierExtension
  @modifierExtension
end

#otherObject

0-* [ string ]



303
304
305
# File 'lib/fhir_models/fhir/resources/ImplementationGuide.rb', line 303

def other
  @other
end

#pageObject

0-* [ ImplementationGuide::Manifest::Page ]



301
302
303
# File 'lib/fhir_models/fhir/resources/ImplementationGuide.rb', line 301

def page
  @page
end

#renderingObject

0-1 url



299
300
301
# File 'lib/fhir_models/fhir/resources/ImplementationGuide.rb', line 299

def rendering
  @rendering
end

#resourceObject

1-* [ ImplementationGuide::Manifest::Resource ]



300
301
302
# File 'lib/fhir_models/fhir/resources/ImplementationGuide.rb', line 300

def resource
  @resource
end