Show / Hide Table of Contents

Class ConformanceRestResourceConditionalDeleteCodes

Code Values for the Conformance.rest.resource.conditionalDelete field

Inheritance
System.Object
ConformanceRestResourceConditionalDeleteCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class ConformanceRestResourceConditionalDeleteCodes : object

Fields

| Improve this Doc View Source

MULTIPLE

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

NOT_SUPPORTED

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

SINGLE

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

Values

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