Show / Hide Table of Contents

Class SubscriptionStatusCodes

Code Values for the Subscription.status field

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

Fields

| Improve this Doc View Source

ACTIVE

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

ERROR

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

OFF

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

REQUESTED

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