Class: FHIR::DSTU2::ClaimResponse::Item
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb
Defined Under Namespace
Classes: Adjudication, Detail
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'Item.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'Item.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'Item.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'sequenceLinkId' => { 'type' => 'positiveInt', 'path' => 'Item.sequenceLinkId', 'min' => 1, 'max' => 1 }, 'noteNumber' => { 'type' => 'positiveInt', 'path' => 'Item.noteNumber', 'min' => 0, 'max' => Float::INFINITY }, 'adjudication' => { 'type' => 'ClaimResponse::Item::Adjudication', 'path' => 'Item.adjudication', 'min' => 0, 'max' => Float::INFINITY }, 'detail' => { 'type' => 'ClaimResponse::Item::Detail', 'path' => 'Item.detail', 'min' => 0, 'max' => Float::INFINITY } }
Instance Attribute Summary collapse
-
#adjudication ⇒ Object
0-* [ ClaimResponse::Item::Adjudication ].
-
#detail ⇒ Object
0-* [ ClaimResponse::Item::Detail ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
-
#noteNumber ⇒ Object
0-* [ positiveInt ].
-
#sequenceLinkId ⇒ Object
1-1 positiveInt.
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
#adjudication ⇒ Object
0-* [ ClaimResponse::Item::Adjudication ]
180 181 182 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 180 def adjudication @adjudication end |
#detail ⇒ Object
0-* [ ClaimResponse::Item::Detail ]
181 182 183 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 181 def detail @detail end |
#extension ⇒ Object
0-* [ Extension ]
176 177 178 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 176 def extension @extension end |
#id ⇒ Object
0-1 id
175 176 177 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 175 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
177 178 179 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 177 def modifierExtension @modifierExtension end |
#noteNumber ⇒ Object
0-* [ positiveInt ]
179 180 181 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 179 def noteNumber @noteNumber end |
#sequenceLinkId ⇒ Object
1-1 positiveInt
178 179 180 |
# File 'lib/fhir_dstu2_models/fhir/resources/ClaimResponse.rb', line 178 def sequenceLinkId @sequenceLinkId end |