 | IAmiServiceContractSearch Method |
Searches the specified resource type for matches
Namespace: SanteDB.Rest.AMIAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxAmiCollection Search(
string resourceType
)
Function Search (
resourceType As String
) As AmiCollection
AmiCollection^ Search(
String^ resourceType
)
abstract Search :
resourceType : string -> AmiCollection Parameters
- resourceType String
- The resource type to be searched
Return Value
AmiCollectionThe results of the search
See Also