Show / Hide Table of Contents

Class SubscriptionChannelTypeCodes

Code Values for the Subscription.channel.type field

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

Fields

| Improve this Doc View Source

EMAIL

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

MESSAGE

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

REST_HOOK

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

SMS

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

WEBSOCKET

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