Class SubscriptionChannelTypeCodes
The type of method used to execute a subscription.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class SubscriptionChannelTypeCodes : object
Fields
| Improve this Doc View SourceThe 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 |
LiteralEmail
Literal for code: Email
Declaration
public const string LiteralEmail = null
Field Value
Type | Description |
---|---|
System. |
LiteralMessage
Literal for code: Message
Declaration
public const string LiteralMessage = null
Field Value
Type | Description |
---|---|
System. |
LiteralRestHook
Literal for code: RestHook
Declaration
public const string LiteralRestHook = null
Field Value
Type | Description |
---|---|
System. |
LiteralSMS
Literal for code: SMS
Declaration
public const string LiteralSMS = null
Field Value
Type | Description |
---|---|
System. |
LiteralSubscriptionChannelTypeEmail
Literal for code: SubscriptionChannelTypeEmail
Declaration
public const string LiteralSubscriptionChannelTypeEmail = null
Field Value
Type | Description |
---|---|
System. |
LiteralSubscriptionChannelTypeMessage
Literal for code: SubscriptionChannelTypeMessage
Declaration
public const string LiteralSubscriptionChannelTypeMessage = null
Field Value
Type | Description |
---|---|
System. |
LiteralSubscriptionChannelTypeRestHook
Literal for code: SubscriptionChannelTypeRestHook
Declaration
public const string LiteralSubscriptionChannelTypeRestHook = null
Field Value
Type | Description |
---|---|
System. |
LiteralSubscriptionChannelTypeSMS
Literal for code: SubscriptionChannelTypeSMS
Declaration
public const string LiteralSubscriptionChannelTypeSMS = null
Field Value
Type | Description |
---|---|
System. |
LiteralSubscriptionChannelTypeWebsocket
Literal for code: SubscriptionChannelTypeWebsocket
Declaration
public const string LiteralSubscriptionChannelTypeWebsocket = null
Field Value
Type | Description |
---|---|
System. |
LiteralWebsocket
Literal for code: Websocket
Declaration
public const string LiteralWebsocket = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
SMS
Declaration
public static readonly Coding SMS
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up SubscriptionChannelType Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
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 |