Class TImplementationGuideDependsOn

Unit

Declaration

type TImplementationGuideDependsOn = 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 uri : string read Geturi write Seturi;
Public property uriElement : Tcanonical read GeturiElement write SeturiElement;
Public property packageId : string read GetpackageId write SetpackageId;
Public property packageIdElement : Tid read GetpackageIdElement write SetpackageIdElement;
Public property version : string read Getversion write Setversion;
Public property versionElement : Tstring read GetversionElement write SetversionElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property uri : string read Geturi write Seturi;

A canonical reference to the Implementation guide for the dependency.

Public property uriElement : Tcanonical read GeturiElement write SeturiElement;
 
Public property packageId : string read GetpackageId write SetpackageId;

The NPM package name for the Implementation Guide that this IG depends on.

Public property packageIdElement : Tid read GetpackageIdElement write SetpackageIdElement;
 
Public property version : string read Getversion write Setversion;

The version of the IG that is depended on, when the correct version is required to understand the IG correctly.

Public property versionElement : Tstring read GetversionElement write SetversionElement;
 

Generated by PasDoc 0.15.0.