Show / Hide Table of Contents

Class BundleEntrySearchModeCodes

Code Values for the Bundle.entry.search.mode field

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

Fields

| Improve this Doc View Source

INCLUDE

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

MATCH

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

OUTCOME

Declaration
public const string OUTCOME = 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