Class VersioningPolicyCodes
How the system supports versioning for a resource.
Inheritance
System.Object
VersioningPolicyCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class VersioningPolicyCodes : object
Fields
| Improve this Doc View SourceLiteralNoVersionIdSupport
Literal for code: NoVersionIdSupport
Declaration
public const string LiteralNoVersionIdSupport = null
Field Value
Type | Description |
---|---|
System. |
LiteralVersioned
Literal for code: Versioned
Declaration
public const string LiteralVersioned = null
Field Value
Type | Description |
---|---|
System. |
LiteralVersionIdTrackedFully
Literal for code: VersionIdTrackedFully
Declaration
public const string LiteralVersionIdTrackedFully = null
Field Value
Type | Description |
---|---|
System. |
LiteralVersioningPolicyNoVersionIdSupport
Literal for code: VersioningPolicyNoVersionIdSupport
Declaration
public const string LiteralVersioningPolicyNoVersionIdSupport = null
Field Value
Type | Description |
---|---|
System. |
LiteralVersioningPolicyVersioned
Literal for code: VersioningPolicyVersioned
Declaration
public const string LiteralVersioningPolicyVersioned = null
Field Value
Type | Description |
---|---|
System. |
LiteralVersioningPolicyVersionIdTrackedFully
Literal for code: VersioningPolicyVersionIdTrackedFully
Declaration
public const string LiteralVersioningPolicyVersionIdTrackedFully = null
Field Value
Type | Description |
---|---|
System. |
NoVersionIdSupport
VersionId meta-property is not supported (server) or used (client).
Declaration
public static readonly Coding NoVersionIdSupport
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up VersioningPolicy Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
Versioned
VersionId meta-property is supported (server) or used (client).
Declaration
public static readonly Coding Versioned
Field Value
Type | Description |
---|---|
Coding |
VersionIdTrackedFully
VersionId is must be correct for updates (server) or will be specified (If-match header) for updates (client).
Declaration
public static readonly Coding VersionIdTrackedFully
Field Value
Type | Description |
---|---|
Coding |