Class TImplementationGuideDependency

Unit

Declaration

type TImplementationGuideDependency = class(TBackboneElement)

Description

A set of rules of how FHIR is used to solve a particular problem. 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 type_ : string read Gettype_ write Settype_;
Public property type_Element : TGuideDependencyType read Gettype_Element write Settype_Element;
Public property uri : string read Geturi write Seturi;
Public property uriElement : Turi read GeturiElement write SeturiElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

How the dependency is represented when the guide is published.

Public property type_Element : TGuideDependencyType read Gettype_Element write Settype_Element;
 
Public property uri : string read Geturi write Seturi;

Where the dependency is located.

Public property uriElement : Turi read GeturiElement write SeturiElement;
 

Generated by PasDoc 0.15.0.