| IHdsiServiceContractHeadSearch Method |
Perform a search (query) and return only the headers
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax void HeadSearch(
string resourceType
)
Sub HeadSearch (
resourceType As String
)
void HeadSearch(
String^ resourceType
)
abstract HeadSearch :
resourceType : string -> unit
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.HeadSearch(System.String)"]
Remarks The HEAD operation is useful if you wish to determine if the header information for a specific result set has resulted in a change
See Also