Class: FHIR::DSTU2::Conformance::Messaging
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Conformance.rb
Defined Under Namespace
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
-
#documentation ⇒ Object
0-1 string.
-
#endpoint ⇒ Object
0-* [ Conformance::Messaging::Endpoint ].
-
#event ⇒ Object
1-* [ Conformance::Messaging::Event ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#reliableCache ⇒ Object
0-1 unsignedInt.
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from Hashable
Methods inherited from Model
#==, #attribute_mismatch, #compare_attribute, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #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
#documentation ⇒ Object
0-1 string
381 382 383 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 381 def documentation @documentation end |
#endpoint ⇒ Object
0-* [ Conformance::Messaging::Endpoint ]
379 380 381 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 379 def endpoint @endpoint end |
#event ⇒ Object
1-* [ Conformance::Messaging::Event ]
382 383 384 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 382 def event @event end |
#extension ⇒ Object
0-* [ Extension ]
377 378 379 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 377 def extension @extension end |
#id ⇒ Object
0-1 id
376 377 378 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 376 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
378 379 380 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 378 def modifierExtension @modifierExtension end |
#reliableCache ⇒ Object
0-1 unsignedInt
380 381 382 |
# File 'lib/fhir_dstu2_models/fhir/resources/Conformance.rb', line 380 def reliableCache @reliableCache end |