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 SourceInclude
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 |
LiteralInclude
Literal for code: Include
Declaration
public const string LiteralInclude = null
Field Value
Type | Description |
---|---|
System. |
LiteralMatch
Literal for code: Match
Declaration
public const string LiteralMatch = null
Field Value
Type | Description |
---|---|
System. |
LiteralOutcome
Literal for code: Outcome
Declaration
public const string LiteralOutcome = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchEntryModeInclude
Literal for code: SearchEntryModeInclude
Declaration
public const string LiteralSearchEntryModeInclude = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchEntryModeMatch
Literal for code: SearchEntryModeMatch
Declaration
public const string LiteralSearchEntryModeMatch = null
Field Value
Type | Description |
---|---|
System. |
LiteralSearchEntryModeOutcome
Literal for code: SearchEntryModeOutcome
Declaration
public const string LiteralSearchEntryModeOutcome = null
Field Value
Type | Description |
---|---|
System. |
Match
This resource matched the search specification.
Declaration
public static readonly Coding Match
Field Value
Type | Description |
---|---|
Coding |
Outcome
An OperationOutcome that provides additional information about the processing of a search.
Declaration
public static readonly Coding Outcome
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up SearchEntryMode Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |