Click or drag to resize

HdsiServiceBehaviorSearch Method

Perform a search (query) for resourceType matching the HTTP query parameters provided

Namespace: SanteDB.Rest.HDSI
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public virtual IdentifiedData Search(
	string resourceType
)

Parameters

resourceType  String
The type of resource against which the search should be performed

Return Value

IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehavior.Search(System.String)"]

Implements

IHdsiServiceContractSearch(String)
Remarks
The search operation calls the database and loads results either from cache or data store. Care should be taken in the number of results retrieved by this operation.
See Also