Show / Hide Table of Contents

Class SubscriptionStatusCodes

The status of a subscription.

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

Fields

| Improve this Doc View Source

Active

The subscription is active.

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

Error

The server has an error executing the notification.

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

LiteralActive

Literal for code: Active

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

LiteralError

Literal for code: Error

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

LiteralOff

Literal for code: Off

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

LiteralRequested

Literal for code: Requested

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

LiteralSubscriptionStatusActive

Literal for code: SubscriptionStatusActive

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

LiteralSubscriptionStatusError

Literal for code: SubscriptionStatusError

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

LiteralSubscriptionStatusOff

Literal for code: SubscriptionStatusOff

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

LiteralSubscriptionStatusRequested

Literal for code: SubscriptionStatusRequested

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

Off

Too many errors have occurred or the subscription has expired.

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

Requested

The client has requested the subscription, and the server has not yet set it up.

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

Values

Dictionary for looking up SubscriptionStatus 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