Class TMedicationBatch

Unit

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

Public constructor Create; override;

Properties

Public property lotNumber : string read GetlotNumber write SetlotNumber;
Public property lotNumberElement : Tstring read GetlotNumberElement write SetlotNumberElement;
Public property expirationDate : string read GetexpirationDate write SetexpirationDate;
Public property expirationDateElement : TdateTime_ read GetexpirationDateElement write SetexpirationDateElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property lotNumber : string read GetlotNumber write SetlotNumber;

The assigned lot number of a batch of the specified product.

Public property lotNumberElement : Tstring read GetlotNumberElement write SetlotNumberElement;
 
Public property expirationDate : string read GetexpirationDate write SetexpirationDate;

When this specific batch of product will expire.

Public property expirationDateElement : TdateTime_ read GetexpirationDateElement write SetexpirationDateElement;
 

Generated by PasDoc 0.15.0.