Show / Hide Table of Contents

Class TransactionModeCodes

A code that indicates how transactions are supported.

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

Fields

| Improve this Doc View Source

BatchesAndTransactions

Both batches and transactions are supported.

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

BatchesSupported

Batches are supported.

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

LiteralBatchesAndTransactions

Literal for code: BatchesAndTransactions

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

LiteralBatchesSupported

Literal for code: BatchesSupported

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

LiteralNone

Literal for code: None

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

LiteralTransactionModeBatchesAndTransactions

Literal for code: TransactionModeBatchesAndTransactions

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

LiteralTransactionModeBatchesSupported

Literal for code: TransactionModeBatchesSupported

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

LiteralTransactionModeNone

Literal for code: TransactionModeNone

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

LiteralTransactionModeTransactionsSupported

Literal for code: TransactionModeTransactionsSupported

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

LiteralTransactionsSupported

Literal for code: TransactionsSupported

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

None

Neither batch or transaction is supported.

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

TransactionsSupported

Transactions are supported.

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

Values

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