Class TMedicationKnowledgeMedicineClassification

Unit

Declaration

type TMedicationKnowledgeMedicineClassification = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property sourceString : string read GetsourceString write SetsourceString;
Public property sourceStringElement : Tstring read GetsourceStringElement write SetsourceStringElement;
Public property sourceUri : string read GetsourceUri write SetsourceUri;
Public property sourceUriElement : Turi read GetsourceUriElement write SetsourceUriElement;
Public property classification : TCodeableConceptArray read GetclassificationArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of category for the medication (for example, therapeutic classification, therapeutic sub-classification).

Public property sourceString : string read GetsourceString write SetsourceString;

Either a textual source of the classification or a reference to an online source. (choose any one of source*, but only one)

Public property sourceStringElement : Tstring read GetsourceStringElement write SetsourceStringElement;
 
Public property sourceUri : string read GetsourceUri write SetsourceUri;

Either a textual source of the classification or a reference to an online source. (choose any one of source*, but only one)

Public property sourceUriElement : Turi read GetsourceUriElement write SetsourceUriElement;
 
Public property classification : TCodeableConceptArray read GetclassificationArray;

Specific category assigned to the medication (e.g. anti-infective, anti-hypertensive, antibiotic, etc.).


Generated by PasDoc 0.15.0.