Class TCapabilityStatementSoftware

Unit

Declaration

type TCapabilityStatementSoftware = class(TBackboneElement)

Description

A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property version : string read Getversion write Setversion;
Public property versionElement : Tstring read GetversionElement write SetversionElement;
Public property releaseDate : string read GetreleaseDate write SetreleaseDate;
Public property releaseDateElement : TdateTime_ read GetreleaseDateElement write SetreleaseDateElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

Name the software is known by.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property version : string read Getversion write Setversion;

The version identifier for the software covered by this statement.

Public property versionElement : Tstring read GetversionElement write SetversionElement;
 
Public property releaseDate : string read GetreleaseDate write SetreleaseDate;

Date this version of the software was released.

Public property releaseDateElement : TdateTime_ read GetreleaseDateElement write SetreleaseDateElement;
 

Generated by PasDoc 0.15.0.