Show / Hide Table of Contents

Class ConditionalDeleteStatusCodes

A code that indicates how the server supports conditional delete.

Inheritance
System.Object
ConditionalDeleteStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ConditionalDeleteStatusCodes : object

Fields

| Improve this Doc View Source

LiteralConditionalDeleteStatusMultipleDeletesSupported

Literal for code: ConditionalDeleteStatusMultipleDeletesSupported

Declaration
public const string LiteralConditionalDeleteStatusMultipleDeletesSupported = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConditionalDeleteStatusNotSupported

Literal for code: ConditionalDeleteStatusNotSupported

Declaration
public const string LiteralConditionalDeleteStatusNotSupported = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralConditionalDeleteStatusSingleDeletesSupported

Literal for code: ConditionalDeleteStatusSingleDeletesSupported

Declaration
public const string LiteralConditionalDeleteStatusSingleDeletesSupported = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralMultipleDeletesSupported

Literal for code: MultipleDeletesSupported

Declaration
public const string LiteralMultipleDeletesSupported = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNotSupported

Literal for code: NotSupported

Declaration
public const string LiteralNotSupported = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralSingleDeletesSupported

Literal for code: SingleDeletesSupported

Declaration
public const string LiteralSingleDeletesSupported = null
Field Value
Type Description
System.String
| Improve this Doc View Source

MultipleDeletesSupported

Conditional deletes are supported, and multiple resources can be deleted in a single interaction.

Declaration
public static readonly Coding MultipleDeletesSupported
Field Value
Type Description
Coding
| Improve this Doc View Source

NotSupported

No support for conditional deletes.

Declaration
public static readonly Coding NotSupported
Field Value
Type Description
Coding
| Improve this Doc View Source

SingleDeletesSupported

Conditional deletes are supported, but only single resources at a time.

Declaration
public static readonly Coding SingleDeletesSupported
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up ConditionalDeleteStatus Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX