C# 클래스 Spark.Mongo.Search.Common.MongoFhirIndex

상속: IFhirIndex
파일 보기 프로젝트 열기: raysearchlabs/spark

공개 메소드들

메소드 설명
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

메소드 상세

Clean() 공개 메소드

public Clean ( ) : void
리턴 void

FindSingle() 공개 메소드

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

MongoFhirIndex() 공개 메소드

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

Process() 공개 메소드

public Process ( IEnumerable interactions ) : void
interactions IEnumerable
리턴 void

Process() 공개 메소드

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

Search() 공개 메소드

public Search ( Spark parameters ) : SearchResults
parameters Spark
리턴 SearchResults

Search() 공개 메소드

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

Search() 공개 메소드

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