Class: FHIR::STU3::Medication::Package::Batch

Inherits:
FHIR::STU3::Model show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_stu3_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

Method Summary

Methods included from Xml

from_xml, #to_xml, valid?, validate

Methods included from Deprecate

#deprecate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

Methods inherited from FHIR::STU3::Model

#==, #attribute_mismatch, #compare_attribute, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::STU3::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::STU3::Model

Instance Attribute Details

#expirationDateObject

0-1 dateTime



112
113
114
# File 'lib/fhir_stu3_models/fhir/resources/Medication.rb', line 112

def expirationDate
  @expirationDate
end

#extensionObject

0-* [ Extension ]



109
110
111
# File 'lib/fhir_stu3_models/fhir/resources/Medication.rb', line 109

def extension
  @extension
end

#idObject

0-1 string



108
109
110
# File 'lib/fhir_stu3_models/fhir/resources/Medication.rb', line 108

def id
  @id
end

#lotNumberObject

0-1 string



111
112
113
# File 'lib/fhir_stu3_models/fhir/resources/Medication.rb', line 111

def lotNumber
  @lotNumber
end

#modifierExtensionObject

0-* [ Extension ]



110
111
112
# File 'lib/fhir_stu3_models/fhir/resources/Medication.rb', line 110

def modifierExtension
  @modifierExtension
end