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

Inheritance: IFhirIndex
Mostrar archivo Open project: raysearchlabs/spark

Public Methods

Method 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 method

public Clean ( ) : void
return void

FindSingle() public method

public FindSingle ( string resource, Hl7.Fhir.Rest.SearchParams searchCommand ) : Key
resource string
searchCommand Hl7.Fhir.Rest.SearchParams
return Key

MongoFhirIndex() public method

public MongoFhirIndex ( MongoIndexStore store, Definitions definitions ) : System.Collections.Generic
store MongoIndexStore
definitions Definitions
return System.Collections.Generic

Process() public method

public Process ( IEnumerable interactions ) : void
interactions IEnumerable
return void

Process() public method

public Process ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
return void

Search() public method

public Search ( Spark parameters ) : SearchResults
parameters Spark
return SearchResults

Search() public method

public Search ( string resource, Hl7.Fhir.Rest.SearchParams searchCommand ) : SearchResults
resource string
searchCommand Hl7.Fhir.Rest.SearchParams
return SearchResults

Search() public method

public Search ( string resource, string query = "" ) : SearchResults
resource string
query string
return SearchResults