Class SearchParameterTypeCodes
Code Values for the SearchParameter.type field
Inheritance
System.Object
SearchParameterTypeCodes
Assembly: fhirCsR2.dll
Syntax
public static class SearchParameterTypeCodes : object
Fields
|
Improve this Doc
View Source
COMPOSITE
Declaration
public const string COMPOSITE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DATE
Declaration
public const string DATE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NUMBER
Declaration
public const string NUMBER = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
QUANTITY
Declaration
public const string QUANTITY = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
REFERENCE
Declaration
public const string REFERENCE = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TOKEN
Declaration
public const string TOKEN = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
URI
Declaration
public const string URI = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VAL_STRING
Declaration
public const string VAL_STRING = 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> |
|