Show / Hide Table of Contents

Class ActionlistCodes

List of allowable action which this resource can request.

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

Fields

| Improve this Doc View Source

CancelReverseOrNullify

Cancel, reverse or nullify the target resource.

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

LiteralActionlistCancelReverseOrNullify

Literal for code: ActionlistCancelReverseOrNullify

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

LiteralActionlistPoll

Literal for code: ActionlistPoll

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

LiteralActionlistReProcess

Literal for code: ActionlistReProcess

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

LiteralActionlistStatusCheck

Literal for code: ActionlistStatusCheck

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

LiteralCancelReverseOrNullify

Literal for code: CancelReverseOrNullify

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

LiteralPoll

Literal for code: Poll

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

LiteralReProcess

Literal for code: ReProcess

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

LiteralStatusCheck

Literal for code: StatusCheck

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

Poll

Check for previously un-read/ not-retrieved resources.

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

ReProcess

Re-process the target resource.

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

StatusCheck

Retrieve the processing status of the target resource.

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

Values

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