Class TDeviceDefinitionChargeItem
Unit
bsFhir_r5
Declaration
type TDeviceDefinitionChargeItem = class(TBackboneElement)
Description
The characteristics, operational status and capabilities of a medical-related component of a medical device.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property chargeItemCode : TCodeableReference read GetchargeItemCode write SetchargeItemCode; |
The code or reference for the charge item.
|
|
property count : TQuantity read Getcount write Setcount; |
Coefficient applicable to the billing code.
|
|
property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod; |
A specific time period in which this charge item applies.
|
|
property useContext : TUsageContextArray read GetuseContextArray; |
The context to which this charge item applies.
|
Generated by PasDoc 0.15.0.
|