Click or drag to resize

RemoteFreetextSearchServiceSearchTEntity Method

Search the upstream service for the specified object in a freetext manner

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public IEnumerable<TEntity> Search<TEntity>(
	string[] term,
	Guid queryId,
	int offset,
	int? count,
	out int totalResults,
	ModelSort<TEntity>[] orderBy
)
where TEntity : new(), IdentifiedData

Parameters

term
Type: SystemString

[Missing <param name="term"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteFreetextSearchService.Search``1(System.String[],System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{``0}[])"]

queryId
Type: SystemGuid

[Missing <param name="queryId"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteFreetextSearchService.Search``1(System.String[],System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{``0}[])"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteFreetextSearchService.Search``1(System.String[],System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{``0}[])"]

count
Type: SystemNullableInt32

[Missing <param name="count"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteFreetextSearchService.Search``1(System.String[],System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{``0}[])"]

totalResults
Type: SystemInt32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteFreetextSearchService.Search``1(System.String[],System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{``0}[])"]

orderBy
Type: SanteDB.Core.Model.QueryModelSortTEntity

[Missing <param name="orderBy"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteFreetextSearchService.Search``1(System.String[],System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{``0}[])"]

Type Parameters

TEntity

[Missing <typeparam name="TEntity"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteFreetextSearchService.Search``1(System.String[],System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{``0}[])"]

Return Value

Type: IEnumerableTEntity

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteFreetextSearchService.Search``1(System.String[],System.Guid,System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{``0}[])"]

Implements

IFreetextSearchServiceSearchTEntity(String, Guid, Int32, NullableInt32, Int32, ModelSortTEntity)
See Also