Class TSupplyRequestParameter

Unit

Declaration

type TSupplyRequestParameter = class(TBackboneElement)

Description

A record of a request to deliver a medication, substance or device used in the healthcare setting to a particular destination for a particular person or organization.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;

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 valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;

The value of the device detail. (choose any one of value*, but only one)

Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;

The value of the device detail. (choose any one of value*, but only one)

Public property valueRange : TRange read GetvalueRange write SetvalueRange;

The value of the device detail. (choose any one of value*, but only one)

Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

The value of the device detail. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 

Generated by PasDoc 0.15.0.