Class TImplementationGuideParameter

Unit

Declaration

type TImplementationGuideParameter = class(TBackboneElement)

Description

A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCoding read Getcode write Setcode;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCoding read Getcode write Setcode;

A tool-specific code that defines the parameter.

Public property value : string read Getvalue write Setvalue;

Value for named type.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 

Generated by PasDoc 0.15.0.