Class TOperationOutcomeIssue

Unit

Declaration

type TOperationOutcomeIssue = class(TBackboneElement)

Description

A collection of error, warning, or information messages that result from a system action.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property severity : string read Getseverity write Setseverity;
Public property severityElement : TIssueSeverity read GetseverityElement write SetseverityElement;
Public property code : string read Getcode write Setcode;
Public property codeElement : TIssueType read GetcodeElement write SetcodeElement;
Public property details : TCodeableConcept read Getdetails write Setdetails;
Public property diagnostics : string read Getdiagnostics write Setdiagnostics;
Public property diagnosticsElement : Tstring read GetdiagnosticsElement write SetdiagnosticsElement;
Public property location : TBSFHIRPrimitiveStringArray read GetlocationArray;
Public property expression : TBSFHIRPrimitiveStringArray read GetexpressionArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property severity : string read Getseverity write Setseverity;

Indicates whether the issue indicates a variation from successful processing.

Public property severityElement : TIssueSeverity read GetseverityElement write SetseverityElement;
 
Public property code : string read Getcode write Setcode;

Describes the type of the issue. The system that creates an OperationOutcome SHALL choose the most applicable code from the IssueType value set, and may additional provide its own code for the error in the details element.

Public property codeElement : TIssueType read GetcodeElement write SetcodeElement;
 
Public property details : TCodeableConcept read Getdetails write Setdetails;

Additional details about the error. This may be a text description of the error or a system code that identifies the error.

Public property diagnostics : string read Getdiagnostics write Setdiagnostics;

Additional diagnostic information about the issue.

Public property diagnosticsElement : Tstring read GetdiagnosticsElement write SetdiagnosticsElement;
 
Public property location : TBSFHIRPrimitiveStringArray read GetlocationArray;

This element is deprecated because it is XML specific. It is replaced by issue.expression, which is format independent, and simpler to parse.

For resource issues, this will be a simple XPath limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised. For HTTP errors, will be "http." + the parameter name.

Public property expression : TBSFHIRPrimitiveStringArray read GetexpressionArray;

A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised.


Generated by PasDoc 0.15.0.