| IHdsiServiceContractSearch 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: 2.2.1
Syntax IdentifiedData Search(
string resourceType
)
Function Search (
resourceType As String
) As IdentifiedData
IdentifiedData^ Search(
String^ resourceType
)
abstract Search :
resourceType : string -> IdentifiedData
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Search(System.String)"]
Return Value
Type:
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.Search(System.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