Class BundleEntryRequestMethodCodes
Code Values for the Bundle.entry.request.method field
Inheritance
System.Object
BundleEntryRequestMethodCodes
Assembly: fhirCsR2.dll
Syntax
public static class BundleEntryRequestMethodCodes : object
Fields
|
Improve this Doc
View Source
DELETE
Declaration
public const string DELETE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GET
Declaration
public const string GET = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
POST
Declaration
public const string POST = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PUT
Declaration
public const string PUT = 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> |
|