 | IHdsiServiceContractSearch Method |
Perform a search (query) for resourceType matching the HTTP query parameters provided
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxIdentifiedData Search(
string resourceType
)
Function Search (
resourceType As String
) As IdentifiedData
IdentifiedData^ Search(
String^ resourceType
)
abstract Search :
resourceType : string -> IdentifiedData 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.IHdsiServiceContract.Search(System.String)"]
RemarksThe 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