Class: FHIR::Medication::Batch
- Inherits:
-
FHIR::Model
- Object
- FHIR::Model
- FHIR::Medication::Batch
- Defined in:
- lib/fhir_models/fhir/resources/Medication.rb
Constant Summary collapse
- METADATA =
{ 'id' => {'type'=>'string', 'path'=>'Batch.id', 'min'=>0, 'max'=>1}, 'extension' => {'type'=>'Extension', 'path'=>'Batch.extension', 'min'=>0, 'max'=>Float::INFINITY}, 'modifierExtension' => {'type'=>'Extension', 'path'=>'Batch.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY}, 'lotNumber' => {'type'=>'string', 'path'=>'Batch.lotNumber', 'min'=>0, 'max'=>1}, 'expirationDate' => {'type'=>'dateTime', 'path'=>'Batch.expirationDate', 'min'=>0, 'max'=>1} }
Instance Attribute Summary collapse
-
#expirationDate ⇒ Object
0-1 dateTime.
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 string.
-
#lotNumber ⇒ Object
0-1 string.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
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::Model
#==, #attribute_mismatch, #compare_attribute, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #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
#expirationDate ⇒ Object
0-1 dateTime
71 72 73 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 71 def expirationDate @expirationDate end |
#extension ⇒ Object
0-* [ Extension ]
68 69 70 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 68 def extension @extension end |
#id ⇒ Object
0-1 string
67 68 69 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 67 def id @id end |
#lotNumber ⇒ Object
0-1 string
70 71 72 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 70 def lotNumber @lotNumber end |
#modifierExtension ⇒ Object
0-* [ Extension ]
69 70 71 |
# File 'lib/fhir_models/fhir/resources/Medication.rb', line 69 def modifierExtension @modifierExtension end |