Class TDeviceRequestParameter

Unit

Declaration

type TDeviceRequestParameter = class(TBackboneElement)

Description

Represents a request for a patient to employ a medical device. The device may be an implantable device, or an external assistive device, such as a walker.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property value : TElement read Getvalue write Setvalue;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

A code or string that identifies the device detail being asserted.

Public property value : TElement read Getvalue write Setvalue;

The value of the device detail.


Generated by PasDoc 0.15.0.