Show / Hide Table of Contents

Class SearchEntryModeCodes

Why an entry is in the result set - whether it's included as a match or because of an _include requirement.

Inheritance
System.Object
SearchEntryModeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class SearchEntryModeCodes : object

Fields

| Improve this Doc View Source

Include

This resource is returned because it is referred to from another resource in the search set.

Declaration
public static readonly Coding Include
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralInclude

Literal for code: Include

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

LiteralMatch

Literal for code: Match

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

LiteralOutcome

Literal for code: Outcome

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

LiteralSearchEntryModeInclude

Literal for code: SearchEntryModeInclude

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

LiteralSearchEntryModeMatch

Literal for code: SearchEntryModeMatch

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

LiteralSearchEntryModeOutcome

Literal for code: SearchEntryModeOutcome

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

Match

This resource matched the search specification.

Declaration
public static readonly Coding Match
Field Value
Type Description
Coding
| Improve this Doc View Source

Outcome

An OperationOutcome that provides additional information about the processing of a search.

Declaration
public static readonly Coding Outcome
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up SearchEntryMode Codings based on Codes

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