Show / Hide Table of Contents

Class TypeRestfulInteractionCodes

Operations supported by REST at the type or instance level.

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

Fields

| Improve this Doc View Source

Create

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

Delete

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

HistoryInstance

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

HistoryType

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

LiteralCreate

Literal for code: Create

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

LiteralDelete

Literal for code: Delete

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

LiteralHistoryInstance

Literal for code: HistoryInstance

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

LiteralHistoryType

Literal for code: HistoryType

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

LiteralRead

Literal for code: Read

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

LiteralRestfulInteractionCreate

Literal for code: RestfulInteractionCreate

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

LiteralRestfulInteractionDelete

Literal for code: RestfulInteractionDelete

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

LiteralRestfulInteractionHistoryInstance

Literal for code: RestfulInteractionHistoryInstance

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

LiteralRestfulInteractionHistoryType

Literal for code: RestfulInteractionHistoryType

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

LiteralRestfulInteractionRead

Literal for code: RestfulInteractionRead

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

LiteralRestfulInteractionSearchType

Literal for code: RestfulInteractionSearchType

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

LiteralRestfulInteractionUpdate

Literal for code: RestfulInteractionUpdate

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

LiteralRestfulInteractionValidate

Literal for code: RestfulInteractionValidate

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

LiteralRestfulInteractionVread

Literal for code: RestfulInteractionVread

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

LiteralSearchType

Literal for code: SearchType

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

LiteralUpdate

Literal for code: Update

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

LiteralValidate

Literal for code: Validate

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

LiteralVread

Literal for code: Vread

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

Read

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

SearchType

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

Update

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

Validate

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

Values

Dictionary for looking up TypeRestfulInteraction Codings based on Codes

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

Vread

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