Class: FHIR::DSTU2::Bundle::Entry::Response
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/Bundle.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Response.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Response.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Response.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'status' => { 'type' => 'string', 'path' => 'Response.status', 'min' => 1, 'max' => 1 }, 'location' => { 'type' => 'uri', 'path' => 'Response.location', 'min' => 0, 'max' => 1 }, 'etag' => { 'type' => 'string', 'path' => 'Response.etag', 'min' => 0, 'max' => 1 }, 'lastModified' => { 'type' => 'instant', 'path' => 'Response.lastModified', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#etag ⇒ Object
0-1 string.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#lastModified ⇒ Object
0-1 instant.
-
#location ⇒ Object
0-1 uri.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#status ⇒ Object
1-1 string.
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
#etag ⇒ Object
0-1 string
126 127 128 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 126 def etag @etag end |
#extension ⇒ Object
0-* [ Extension ]
122 123 124 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 122 def extension @extension end |
#id ⇒ Object
0-1 id
121 122 123 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 121 def id @id end |
#lastModified ⇒ Object
0-1 instant
127 128 129 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 127 def lastModified @lastModified end |
#location ⇒ Object
0-1 uri
125 126 127 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 125 def location @location end |
#modifierExtension ⇒ Object
0-* [ Extension ]
123 124 125 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 123 def modifierExtension @modifierExtension end |
#status ⇒ Object
1-1 string
124 125 126 |
# File 'lib/fhir_dstu2_models/fhir/resources/Bundle.rb', line 124 def status @status end |