Class TOperationOutcomeIssue
Unit
bsFhir_stu3
Declaration
type TOperationOutcomeIssue = class(TBackboneElement)
Description
A collection of error, warning or information messages that result from a system action.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property severity : string read Getseverity write Setseverity; |
Indicates whether the issue indicates a variation from successful processing.
|
|
property severityElement : TIssueSeverity read GetseverityElement write SetseverityElement; |
|
|
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.
|
|
property codeElement : TIssueType read GetcodeElement write SetcodeElement; |
|
|
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.
|
|
property diagnostics : string read Getdiagnostics write Setdiagnostics; |
Additional diagnostic information about the issue. Typically, this may be a description of how a value is erroneous, or a stack dump to help trace the issue.
|
|
property diagnosticsElement : Tstring read GetdiagnosticsElement write SetdiagnosticsElement; |
|
|
property location : TBSFHIRPrimitiveStringArray read GetlocationArray; |
For resource issues, this will be a simple XPath limited to element names, repetition indicators and the default child access 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.
|
|
property expression : TBSFHIRPrimitiveStringArray read GetexpressionArray; |
A simple FHIRPath limited to element names, repetition indicators and the default child access that identifies one of the elements in the resource that caused this issue to be raised.
|
Generated by PasDoc 0.15.0.
|