Class: FHIR::DSTU2::Conformance::Messaging

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

Defined Under Namespace

Classes: Endpoint, Event

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'id', 'path'=>'Messaging.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Messaging.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Messaging.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'endpoint' => {'type'=>'Conformance::Messaging::Endpoint', 'path'=>'Messaging.endpoint', 'min'=>0, 'max'=>Float::INFINITY},
  'reliableCache' => {'type'=>'unsignedInt', 'path'=>'Messaging.reliableCache', 'min'=>0, 'max'=>1},
  'documentation' => {'type'=>'string', 'path'=>'Messaging.documentation', 'min'=>0, 'max'=>1},
  'event' => {'type'=>'Conformance::Messaging::Event', 'path'=>'Messaging.event', '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, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #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

#documentationObject

0-1 string



381
382
383
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 381

def documentation
  @documentation
end

#endpointObject

0-* [ Conformance::Messaging::Endpoint ]



379
380
381
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 379

def endpoint
  @endpoint
end

#eventObject

1-* [ Conformance::Messaging::Event ]



382
383
384
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 382

def event
  @event
end

#extensionObject

0-* [ Extension ]



377
378
379
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 377

def extension
  @extension
end

#idObject

0-1 id



376
377
378
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 376

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



378
379
380
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 378

def modifierExtension
  @modifierExtension
end

#reliableCacheObject

0-1 unsignedInt



380
381
382
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 380

def reliableCache
  @reliableCache
end