Show / Hide Table of Contents

Class ConformanceRestResourceVersioningCodes

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

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

Fields

| Improve this Doc View Source

NO_VERSION

Declaration
public const string NO_VERSION = 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

VERSIONED

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

VERSIONED_UPDATE

Declaration
public const string VERSIONED_UPDATE = null
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX