Show / Hide Table of Contents

Class BundleEntryRequestMethodCodes

Code Values for the Bundle.entry.request.method field

Inheritance
System.Object
BundleEntryRequestMethodCodes
Namespace: fhirCsR2.Models
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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX