Show / Hide Table of Contents

Class FhirCapSearchParam

A FHIR search parameter record from a CapabilityStatement.

Inheritance
System.Object
FhirCapSearchParam
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirCapSearchParam : ICloneable

Constructors

| Improve this Doc View Source

FhirCapSearchParam(FhirCapSearchParam)

Initializes a new instance of the FhirCapSearchParam class.

Declaration
public FhirCapSearchParam(FhirCapSearchParam source)
Parameters
Type Name Description
FhirCapSearchParam source

Source to copy.

| Improve this Doc View Source

FhirCapSearchParam(String, String, String, String, String)

Initializes a new instance of the FhirCapSearchParam class.

Declaration
public FhirCapSearchParam(string name, string definitionCanonical, string parameterType, string documentation, string expectation)
Parameters
Type Name Description
System.String name

The name.

System.String definitionCanonical

The definition canonical.

System.String parameterType

The type of the parameter.

System.String documentation

The documentation.

System.String expectation

The conformance expectation.

Properties

| Improve this Doc View Source

DefinitionCanonical

Gets the definition canonical.

Declaration
public string DefinitionCanonical { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Documentation

Gets the documentation.

Declaration
public string Documentation { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Expectation

Gets the conformance expectation.

Declaration
public FhirCapabiltyStatement.ExpectationCodes? Expectation { get; }
Property Value
Type Description
System.Nullable<FhirCapabiltyStatement.ExpectationCodes>
| Improve this Doc View Source

ExpectationLiteral

Gets the conformance expectation literal.

Declaration
public string ExpectationLiteral { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets the name.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ParameterType

Gets the type of the parameter.

Declaration
public FhirCapSearchParam.SearchParameterType ParameterType { get; }
Property Value
Type Description
FhirCapSearchParam.SearchParameterType

Methods

| Improve this Doc View Source

Clone()

Makes a deep copy of this object.

Declaration
public object Clone()
Returns
Type Description
System.Object

A copy of this object.

| Improve this Doc View Source

ToStringWithExpectation()

Converts this object to a string with expectation.

Declaration
public string ToStringWithExpectation()
Returns
Type Description
System.String

This object as a string.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FhirCapSearchParam(FhirCapSearchParam)
    • FhirCapSearchParam(String, String, String, String, String)
  • Properties
    • DefinitionCanonical
    • Documentation
    • Expectation
    • ExpectationLiteral
    • Name
    • ParameterType
  • Methods
    • Clone()
    • ToStringWithExpectation()
Back to top Generated by DocFX