Class TMedicationBatch
Unit
bsFhir_r4b
Declaration
type TMedicationBatch = class(TBackboneElement)
Description
This resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property lotNumber : string read GetlotNumber write SetlotNumber; |
The assigned lot number of a batch of the specified product.
|
|
property lotNumberElement : Tstring read GetlotNumberElement write SetlotNumberElement; |
|
|
property expirationDate : string read GetexpirationDate write SetexpirationDate; |
When this specific batch of product will expire.
|
|
property expirationDateElement : TdateTime_ read GetexpirationDateElement write SetexpirationDateElement; |
|
Generated by PasDoc 0.15.0.
|