Class: FHIR::STU3::ExpansionProfile::Designation::Exclude

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

Defined Under Namespace

Classes: Designation

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Exclude.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Exclude.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Exclude.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'designation' => {'type'=>'ExpansionProfile::Designation::Exclude::Designation', 'path'=>'Exclude.designation', '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?, #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

#designationObject

0-* [ ExpansionProfile::Designation::Exclude::Designation ]



171
172
173
# File 'lib/fhir_stu3_models/fhir/resources/ExpansionProfile.rb', line 171

def designation
  @designation
end

#extensionObject

0-* [ Extension ]



169
170
171
# File 'lib/fhir_stu3_models/fhir/resources/ExpansionProfile.rb', line 169

def extension
  @extension
end

#idObject

0-1 string



168
169
170
# File 'lib/fhir_stu3_models/fhir/resources/ExpansionProfile.rb', line 168

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



170
171
172
# File 'lib/fhir_stu3_models/fhir/resources/ExpansionProfile.rb', line 170

def modifierExtension
  @modifierExtension
end