Class: FHIR::DSTU2::MessageHeader::Destination
- Inherits:
-
FHIR::DSTU2::Model
- Object
- FHIR::DSTU2::Model
- FHIR::DSTU2::MessageHeader::Destination
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/MessageHeader.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Destination.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Destination.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Destination.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'name' => { 'type' => 'string', 'path' => 'Destination.name', 'min' => 0, 'max' => 1 }, 'target' => { 'type' => 'Reference', 'path' => 'Destination.target', 'min' => 0, 'max' => 1 }, 'endpoint' => { 'type' => 'uri', 'path' => 'Destination.endpoint', 'min' => 1, 'max' => 1 } }
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
1-1 uri.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#name ⇒ Object
0-1 string.
-
#target ⇒ Object
0-1 Reference().
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 FHIR::DSTU2::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
#endpoint ⇒ Object
1-1 uri
98 99 100 |
# File 'lib/fhir_dstu2_models/fhir/resources/MessageHeader.rb', line 98 def endpoint @endpoint end |
#extension ⇒ Object
0-* [ Extension ]
94 95 96 |
# File 'lib/fhir_dstu2_models/fhir/resources/MessageHeader.rb', line 94 def extension @extension end |
#id ⇒ Object
0-1 id
93 94 95 |
# File 'lib/fhir_dstu2_models/fhir/resources/MessageHeader.rb', line 93 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
95 96 97 |
# File 'lib/fhir_dstu2_models/fhir/resources/MessageHeader.rb', line 95 def modifierExtension @modifierExtension end |
#name ⇒ Object
0-1 string
96 97 98 |
# File 'lib/fhir_dstu2_models/fhir/resources/MessageHeader.rb', line 96 def name @name end |
#target ⇒ Object
0-1 Reference()
97 98 99 |
# File 'lib/fhir_dstu2_models/fhir/resources/MessageHeader.rb', line 97 def target @target end |