Show / Hide Table of Contents

Class SubscriptionChannelTypeCodes

The type of method used to execute a subscription.

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

Fields

| Improve this Doc View Source

Email

The channel is executed by sending an email to the email addressed in the URI (which must be a mailto:).

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

LiteralEmail

Literal for code: Email

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

LiteralMessage

Literal for code: Message

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

LiteralRestHook

Literal for code: RestHook

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

LiteralSMS

Literal for code: SMS

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

LiteralSubscriptionChannelTypeEmail

Literal for code: SubscriptionChannelTypeEmail

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

LiteralSubscriptionChannelTypeMessage

Literal for code: SubscriptionChannelTypeMessage

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

LiteralSubscriptionChannelTypeRestHook

Literal for code: SubscriptionChannelTypeRestHook

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

LiteralSubscriptionChannelTypeSMS

Literal for code: SubscriptionChannelTypeSMS

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

LiteralSubscriptionChannelTypeWebsocket

Literal for code: SubscriptionChannelTypeWebsocket

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

LiteralWebsocket

Literal for code: Websocket

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

Message

The channel is executed by sending a message (e.g. a Bundle with a MessageHeader resource etc.) to the application identified in the URI.

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

RestHook

The channel is executed by making a post to the URI. If a payload is included, the URL is interpreted as the service base, and an update (PUT) is made.

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

SMS

The channel is executed by sending an SMS message to the phone number identified in the URL ().

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

Values

Dictionary for looking up SubscriptionChannelType Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
| Improve this Doc View Source

Websocket

The channel is executed by sending a packet across a web socket connection maintained by the client. The URL identifies the websocket, and the client binds to this URL.

Declaration
public static readonly Coding Websocket
Field Value
Type Description
Coding
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX