| HdsiServiceBehaviorBaseHeadSearch Method |
Perform the search but only return the headers
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax public virtual void HeadSearch(
string resourceType
)
Public Overridable Sub HeadSearch (
resourceType As String
)
public:
virtual void HeadSearch(
String^ resourceType
)
abstract HeadSearch :
resourceType : string -> unit
override HeadSearch :
resourceType : string -> unit
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.HeadSearch(System.String)"]
Implements
IHdsiServiceContractHeadSearch(String)See Also