Show / Hide Table of Contents

Class SearchParameterXpathUsageCodes

Code Values for the SearchParameter.xpathUsage field

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

Fields

| Improve this Doc View Source

DISTANCE

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

NEARBY

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

NORMAL

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

OTHER

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

PHONETIC

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