Show / Hide Table of Contents

Class ConformanceRestTransactionModeCodes

Code Values for the Conformance.rest.transactionMode field

Inheritance
System.Object
ConformanceRestTransactionModeCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class ConformanceRestTransactionModeCodes : object

Fields

| Improve this Doc View Source

BATCH

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

BOTH

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

NOT_SUPPORTED

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

TRANSACTION

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

Values

Declaration
public static HashSet<string> Values
Field Value
Type Description
HashSet<System.String>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX