Class TImplementationGuideGlobal

Unit

Declaration

type TImplementationGuideGlobal = 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 : TResourceType read Gettype_Element write Settype_Element;
Public property profile : TReference read Getprofile write Setprofile;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

The type of resource that all instances must conform to.

Public property type_Element : TResourceType read Gettype_Element write Settype_Element;
 
Public property profile : TReference read Getprofile write Setprofile;

A reference to the profile that all instances must conform to.


Generated by PasDoc 0.15.0.