| HdsiServiceBehaviorBaseSearch Method |
Perform a search on the specified resource type
Namespace:
SanteDB.Rest.HDSI
Assembly:
SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax public virtual IdentifiedData Search(
string resourceType
)
Public Overridable Function Search (
resourceType As String
) As IdentifiedData
public:
virtual IdentifiedData^ Search(
String^ resourceType
)
abstract Search :
resourceType : string -> IdentifiedData
override Search :
resourceType : string -> IdentifiedData
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Search(System.String)"]
Return Value
Type:
IdentifiedData[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Search(System.String)"]
Implements
IHdsiServiceContractSearch(String)See Also