Class TSupplyRequest

Unit

Declaration

type TSupplyRequest = class(TDomainResource)

Description

A record of a request for a medication, substance or device used in the healthcare setting. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TSupplyRequestStatus read GetstatusElement write SetstatusElement;
Public property category : TCodeableConcept read Getcategory write Setcategory;
Public property priority : string read Getpriority write Setpriority;
Public property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement;
Public property orderedItem : TSupplyRequestOrderedItem read GetorderedItem write SetorderedItem;
Public property occurrence : TElement read Getoccurrence write Setoccurrence;
Public property authoredOn : string read GetauthoredOn write SetauthoredOn;
Public property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement;
Public property requester : TSupplyRequestRequester read Getrequester write Setrequester;
Public property supplier : TReferenceArray read GetsupplierArray;
Public property reason : TElement read Getreason write Setreason;
Public property deliverFrom : TReference read GetdeliverFrom write SetdeliverFrom;
Public property deliverTo : TReference read GetdeliverTo write SetdeliverTo;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Unique identifier for this supply request.

Public property status : string read Getstatus write Setstatus;

Status of the supply request.

Public property statusElement : TSupplyRequestStatus read GetstatusElement write SetstatusElement;
 
Public property category : TCodeableConcept read Getcategory write Setcategory;

Category of supply, e.g. central, non-stock, etc. This is used to support work flows associated with the supply process.

Public property priority : string read Getpriority write Setpriority;

Indicates how quickly this SupplyRequest should be addressed with respect to other requests.

Public property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement;
 
Public property orderedItem : TSupplyRequestOrderedItem read GetorderedItem write SetorderedItem;

The item being requested.

Public property occurrence : TElement read Getoccurrence write Setoccurrence;

When the request should be fulfilled.

Public property authoredOn : string read GetauthoredOn write SetauthoredOn;

When the request was made.

Public property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement;
 
Public property requester : TSupplyRequestRequester read Getrequester write Setrequester;

The individual who initiated the request and has responsibility for its activation.

Public property supplier : TReferenceArray read GetsupplierArray;

Who is intended to fulfill the request.

Public property reason : TElement read Getreason write Setreason;

Why the supply item was requested.

Public property deliverFrom : TReference read GetdeliverFrom write SetdeliverFrom;

Where the supply is expected to come from.

Public property deliverTo : TReference read GetdeliverTo write SetdeliverTo;

Where the supply is destined to go.


Generated by PasDoc 0.15.0.