| HdsiServiceBehaviorSearch Method |
Perform search
Namespace:
SanteDB.DisconnectedClient.Ags.Services
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public override IdentifiedData Search(
string resourceType
)
Public Overrides Function Search (
resourceType As String
) As IdentifiedData
public:
virtual IdentifiedData^ Search(
String^ resourceType
) override
abstract Search :
resourceType : string -> IdentifiedData
override Search :
resourceType : string -> IdentifiedData
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.Search(System.String)"]
Return Value
Type:
IdentifiedData[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.Search(System.String)"]
Implements
IHdsiServiceContractSearch(String)See Also