Class: FHIR::Conformance::Messaging

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

Defined Under Namespace

Classes: Endpoint, Event

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', '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, is_valid?, #to_xml, validate

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?, #initialize, #is_valid?, #method_missing, #mismatch, #to_reference, #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

#documentationObject

0-1 string



384
385
386
# File 'lib/fhir/resources/Conformance.rb', line 384

def documentation
  @documentation
end

#endpointObject

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



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

def endpoint
  @endpoint
end

#eventObject

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



385
386
387
# File 'lib/fhir/resources/Conformance.rb', line 385

def event
  @event
end

#extensionObject

0-* [ Extension ]



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

def extension
  @extension
end

#idObject

0-1 string



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

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



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

def modifierExtension
  @modifierExtension
end

#reliableCacheObject

0-1 unsignedInt



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

def reliableCache
  @reliableCache
end