Class TPackagedProductDefinitionContainedItem
Unit
bsFhir_r5
Declaration
type TPackagedProductDefinitionContainedItem = class(TBackboneElement)
Description
A medically related item or items, in a container or package.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property item : TCodeableReference read Getitem write Setitem; |
The actual item(s) of medication, as manufactured, or a device (typically, but not necessarily, a co-packaged one), or other medically related item (such as food, biologicals, raw materials, medical fluids, gases etc.), as contained in the package. This also allows another whole packaged product to be included, which is solely for the case where a package of other entire packages is wanted - such as a wholesale or distribution pack (for layers within one package, use PackagedProductDefinition.packaging.packaging).
|
|
property amount : TQuantity read Getamount write Setamount; |
The number of this type of item within this packaging or for continuous items such as liquids it is the quantity (for example 25ml). See also PackagedProductDefinition.containedItemQuantity (especially the long definition).
|
Generated by PasDoc 0.15.0.
|