C# Class Microsoft.Health.Fhir.Core.Features.Search.Converters.HumanNameToStringSearchValueConverter

A converter used to convert from HumanName to a list of StringSearchValue.
Inheritance: FhirTypedElementToSearchValueConverter
Exibir arquivo Open project: microsoft/fhir-server

Public Methods

Method Description
HumanNameToStringSearchValueConverter ( ) : System.Collections.Generic

Protected Methods

Method Description
Convert ( ITypedElement value ) : IEnumerable

Method Details

Convert() protected method

protected Convert ( ITypedElement value ) : IEnumerable
value ITypedElement
return IEnumerable

HumanNameToStringSearchValueConverter() public method

public HumanNameToStringSearchValueConverter ( ) : System.Collections.Generic
return System.Collections.Generic