Class TMedicationKnowledgeCost
Unit
bsFhir_r4
Declaration
type TMedicationKnowledgeCost = class(TBackboneElement)
Description
Information about a medication that is used to support knowledge.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The category of the cost information. For example, manufacturers' cost, patient cost, claim reimbursement cost, actual acquisition cost.
|
|
property source : string read Getsource write Setsource; |
The source or owner that assigns the price to the medication.
|
|
property sourceElement : Tstring read GetsourceElement write SetsourceElement; |
|
|
property cost : TMoney read Getcost write Setcost; |
The price of the medication.
|
Generated by PasDoc 0.15.0.
|