Class TMedicationPackage

Unit

Declaration

type TMedicationPackage = class(TBackboneElement)

Description

This resource is primarily used for the identification and definition of a medication. It covers the ingredients and the packaging for a medication.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property container : TCodeableConcept read Getcontainer write Setcontainer;
Public property content : TMedicationContentArray read GetcontentArray;
Public property batch : TMedicationBatchArray read GetbatchArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property container : TCodeableConcept read Getcontainer write Setcontainer;

The kind of container that this package comes as.

Public property content : TMedicationContentArray read GetcontentArray;

A set of components that go to make up the described item.

Public property batch : TMedicationBatchArray read GetbatchArray;

Information about a group of medication produced or packaged from one production run.


Generated by PasDoc 0.15.0.