C# Class Spark.Mongo.Search.Common.MongoFhirIndex

Inheritance: IFhirIndex
Afficher le fichier Open project: raysearchlabs/spark

Méthodes publiques

Méthode Description
Clean ( ) : void
FindSingle ( string resource, Hl7.Fhir.Rest.SearchParams searchCommand ) : Key
MongoFhirIndex ( MongoIndexStore store, Definitions definitions ) : System.Collections.Generic
Process ( IEnumerable interactions ) : void
Process ( Spark.Engine.Core.Interaction interaction ) : void
Search ( Spark parameters ) : SearchResults
Search ( string resource, Hl7.Fhir.Rest.SearchParams searchCommand ) : SearchResults
Search ( string resource, string query = "" ) : SearchResults

Method Details

Clean() public méthode

public Clean ( ) : void
Résultat void

FindSingle() public méthode

public FindSingle ( string resource, Hl7.Fhir.Rest.SearchParams searchCommand ) : Key
resource string
searchCommand Hl7.Fhir.Rest.SearchParams
Résultat Key

MongoFhirIndex() public méthode

public MongoFhirIndex ( MongoIndexStore store, Definitions definitions ) : System.Collections.Generic
store MongoIndexStore
definitions Definitions
Résultat System.Collections.Generic

Process() public méthode

public Process ( IEnumerable interactions ) : void
interactions IEnumerable
Résultat void

Process() public méthode

public Process ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
Résultat void

Search() public méthode

public Search ( Spark parameters ) : SearchResults
parameters Spark
Résultat SearchResults

Search() public méthode

public Search ( string resource, Hl7.Fhir.Rest.SearchParams searchCommand ) : SearchResults
resource string
searchCommand Hl7.Fhir.Rest.SearchParams
Résultat SearchResults

Search() public méthode

public Search ( string resource, string query = "" ) : SearchResults
resource string
query string
Résultat SearchResults