Class BundleTypeCodes
Code Values for the Bundle.type field
Inheritance
System.Object
BundleTypeCodes
Assembly: fhirCsR2.dll
Syntax
public static class BundleTypeCodes : 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
BATCH_RESPONSE
Declaration
public const string BATCH_RESPONSE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
COLLECTION
Declaration
public const string COLLECTION = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DOCUMENT
Declaration
public const string DOCUMENT = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HISTORY
Declaration
public const string HISTORY = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MESSAGE
Declaration
public const string MESSAGE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SEARCHSET
Declaration
public const string SEARCHSET = 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
TRANSACTION_RESPONSE
Declaration
public const string TRANSACTION_RESPONSE = 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> |
|