Class FhirSearchParamComponent
A fhir search parameter.
Inheritance
System.Object
FhirSearchParamComponent
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirSearchParamComponent : ICloneable
Constructors
| Improve this Doc View SourceFhirSearchParamComponent(String, String)
Initializes a new instance of the Fhir
Declaration
public FhirSearchParamComponent(string definition, string expression)
Parameters
Type | Name | Description |
---|---|---|
System. |
definition | The definition. |
System. |
expression | The expression. |
Properties
| Improve this Doc View SourceDefinition
Gets the definition.
Declaration
public string Definition { get; }
Property Value
Type | Description |
---|---|
System. |
DefinitionParam
Declaration
public FhirSearchParam DefinitionParam { get; set; }
Property Value
Type | Description |
---|---|
Fhir |
Expression
Gets the expression.
Declaration
public string Expression { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceClone()
Deep copy.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System. |
A FhirSearchParam. |