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 SourceBatchesAndTransactions
Both batches and transactions are supported.
Declaration
public static readonly Coding BatchesAndTransactions
Field Value
Type | Description |
---|---|
Coding |
BatchesSupported
Batches are supported.
Declaration
public static readonly Coding BatchesSupported
Field Value
Type | Description |
---|---|
Coding |
LiteralBatchesAndTransactions
Literal for code: BatchesAndTransactions
Declaration
public const string LiteralBatchesAndTransactions = null
Field Value
Type | Description |
---|---|
System. |
LiteralBatchesSupported
Literal for code: BatchesSupported
Declaration
public const string LiteralBatchesSupported = null
Field Value
Type | Description |
---|---|
System. |
LiteralNone
Literal for code: None
Declaration
public const string LiteralNone = null
Field Value
Type | Description |
---|---|
System. |
LiteralTransactionModeBatchesAndTransactions
Literal for code: TransactionModeBatchesAndTransactions
Declaration
public const string LiteralTransactionModeBatchesAndTransactions = null
Field Value
Type | Description |
---|---|
System. |
LiteralTransactionModeBatchesSupported
Literal for code: TransactionModeBatchesSupported
Declaration
public const string LiteralTransactionModeBatchesSupported = null
Field Value
Type | Description |
---|---|
System. |
LiteralTransactionModeNone
Literal for code: TransactionModeNone
Declaration
public const string LiteralTransactionModeNone = null
Field Value
Type | Description |
---|---|
System. |
LiteralTransactionModeTransactionsSupported
Literal for code: TransactionModeTransactionsSupported
Declaration
public const string LiteralTransactionModeTransactionsSupported = null
Field Value
Type | Description |
---|---|
System. |
LiteralTransactionsSupported
Literal for code: TransactionsSupported
Declaration
public const string LiteralTransactionsSupported = null
Field Value
Type | Description |
---|---|
System. |
None
Neither batch or transaction is supported.
Declaration
public static readonly Coding None
Field Value
Type | Description |
---|---|
Coding |
TransactionsSupported
Transactions are supported.
Declaration
public static readonly Coding TransactionsSupported
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up TransactionMode Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |