Class TOperationDefinition

Unit

Declaration

type TOperationDefinition = class(TDomainResource)

Description

A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property url : string read Geturl write Seturl;
Public property urlElement : Turi read GeturlElement write SeturlElement;
Public property version : string read Getversion write Setversion;
Public property versionElement : Tstring read GetversionElement write SetversionElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
Public property kind : string read Getkind write Setkind;
Public property kindElement : TOperationKind read GetkindElement write SetkindElement;
Public property experimental : boolean read Getexperimental write Setexperimental;
Public property experimentalElement : Tboolean read GetexperimentalElement write SetexperimentalElement;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property publisher : string read Getpublisher write Setpublisher;
Public property publisherElement : Tstring read GetpublisherElement write SetpublisherElement;
Public property contact : TContactDetailArray read GetcontactArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property useContext : TUsageContextArray read GetuseContextArray;
Public property jurisdiction : TCodeableConceptArray read GetjurisdictionArray;
Public property purpose : string read Getpurpose write Setpurpose;
Public property purposeElement : Tmarkdown read GetpurposeElement write SetpurposeElement;
Public property idempotent : boolean read Getidempotent write Setidempotent;
Public property idempotentElement : Tboolean read GetidempotentElement write SetidempotentElement;
Public property code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property comment : string read Getcomment write Setcomment;
Public property commentElement : Tstring read GetcommentElement write SetcommentElement;
Public property base : TReference read Getbase write Setbase;
Public property resource : TBSFHIRPrimitiveStringArray read GetresourceArray;
Public property system : boolean read Getsystem write Setsystem;
Public property systemElement : Tboolean read GetsystemElement write SetsystemElement;
Public property type_ : boolean read Gettype_ write Settype_;
Public property type_Element : Tboolean read Gettype_Element write Settype_Element;
Public property instance : boolean read Getinstance write Setinstance;
Public property instanceElement : Tboolean read GetinstanceElement write SetinstanceElement;
Public property parameter : TOperationDefinitionParameterArray read GetparameterArray;
Public property overload : TOperationDefinitionOverloadArray read GetoverloadArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property url : string read Geturl write Seturl;

An absolute URI that is used to identify this operation definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this operation definition is (or will be) published. The URL SHOULD include the major version of the operation definition. For more information see [Technical and Business Versions](resource.html#versions).

Public property urlElement : Turi read GeturlElement write SeturlElement;
 
Public property version : string read Getversion write Setversion;

The identifier that is used to identify this version of the operation definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the operation definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.

Public property versionElement : Tstring read GetversionElement write SetversionElement;
 
Public property name_ : string read Getname_ write Setname_;

A natural language name identifying the operation definition. This name should be usable as an identifier for the module by machine processing applications such as code generation.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property status : string read Getstatus write Setstatus;

The status of this operation definition. Enables tracking the life-cycle of the content.

Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
 
Public property kind : string read Getkind write Setkind;

Whether this is an operation or a named query.

Public property kindElement : TOperationKind read GetkindElement write SetkindElement;
 
Public property experimental : boolean read Getexperimental write Setexperimental;

A boolean value to indicate that this operation definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.

Public property experimentalElement : Tboolean read GetexperimentalElement write SetexperimentalElement;
 
Public property date_ : string read Getdate_ write Setdate_;

The date (and optionally time) when the operation definition was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the operation definition changes.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property publisher : string read Getpublisher write Setpublisher;

The name of the individual or organization that published the operation definition.

Public property publisherElement : Tstring read GetpublisherElement write SetpublisherElement;
 
Public property contact : TContactDetailArray read GetcontactArray;

Contact details to assist a user in finding and communicating with the publisher.

Public property description : string read Getdescription write Setdescription;

A free text natural language description of the operation definition from a consumer's perspective.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property useContext : TUsageContextArray read GetuseContextArray;

The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate operation definition instances.

Public property jurisdiction : TCodeableConceptArray read GetjurisdictionArray;

A legal or geographic region in which the operation definition is intended to be used.

Public property purpose : string read Getpurpose write Setpurpose;

Explaination of why this operation definition is needed and why it has been designed as it has.

Public property purposeElement : Tmarkdown read GetpurposeElement write SetpurposeElement;
 
Public property idempotent : boolean read Getidempotent write Setidempotent;

Operations that are idempotent (see [HTTP specification definition of idempotent](http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html)) may be invoked by performing an HTTP GET operation instead of a POST.

Public property idempotentElement : Tboolean read GetidempotentElement write SetidempotentElement;
 
Public property code : string read Getcode write Setcode;

The name used to invoke the operation.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public property comment : string read Getcomment write Setcomment;

Additional information about how to use this operation or named query.

Public property commentElement : Tstring read GetcommentElement write SetcommentElement;
 
Public property base : TReference read Getbase write Setbase;

Indicates that this operation definition is a constraining profile on the base.

Public property resource : TBSFHIRPrimitiveStringArray read GetresourceArray;

The types on which this operation can be executed.

Public property system : boolean read Getsystem write Setsystem;

Indicates whether this operation or named query can be invoked at the system level (e.g. without needing to choose a resource type for the context).

Public property systemElement : Tboolean read GetsystemElement write SetsystemElement;
 
Public property type_ : boolean read Gettype_ write Settype_;

Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a specific resource id for the context).

Public property type_Element : Tboolean read Gettype_Element write Settype_Element;
 
Public property instance : boolean read Getinstance write Setinstance;

Indicates whether this operation can be invoked on a particular instance of one of the given types.

Public property instanceElement : Tboolean read GetinstanceElement write SetinstanceElement;
 
Public property parameter : TOperationDefinitionParameterArray read GetparameterArray;

The parameters for the operation/query.

Public property overload : TOperationDefinitionOverloadArray read GetoverloadArray;

Defines an appropriate combination of parameters to use when invoking this operation, to help code generators when generating overloaded parameter sets for this operation.


Generated by PasDoc 0.15.0.