Show / Hide Table of Contents

Class SearchXpathUsageCodes

How a search parameter relates to the set of elements returned by evaluating its xpath query.

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

Fields

| Improve this Doc View Source

Distance

The search parameter is based on a spatial transform of the selected nodes, using physical distance from the middle.

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

LiteralDistance

Literal for code: Distance

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

LiteralNearby

Literal for code: Nearby

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

LiteralNormal

Literal for code: Normal

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

LiteralOther

Literal for code: Other

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

LiteralPhonetic

Literal for code: Phonetic

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

LiteralSearchXpathUsageDistance

Literal for code: SearchXpathUsageDistance

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

LiteralSearchXpathUsageNearby

Literal for code: SearchXpathUsageNearby

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

LiteralSearchXpathUsageNormal

Literal for code: SearchXpathUsageNormal

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

LiteralSearchXpathUsageOther

Literal for code: SearchXpathUsageOther

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

LiteralSearchXpathUsagePhonetic

Literal for code: SearchXpathUsagePhonetic

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

Nearby

The search parameter is based on a spatial transform of the selected nodes.

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

Normal

The search parameter is derived directly from the selected nodes based on the type definitions.

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

Other

The interpretation of the xpath statement is unknown (and can't be automated).

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

Phonetic

The search parameter is derived by a phonetic transform from the selected nodes.

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

Values

Dictionary for looking up SearchXpathUsage 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