| IAmiServiceContractSearch Method |
Searches the specified resource type for matches
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax AmiCollection Search(
string resourceType
)
Function Search (
resourceType As String
) As AmiCollection
AmiCollection^ Search(
String^ resourceType
)
abstract Search :
resourceType : string -> AmiCollection
Parameters
- resourceType
- Type: SystemString
The resource type to be searched
Return Value
Type:
AmiCollectionThe results of the search
See Also