| IAmiServiceContractGet Method |
Gets the specified resource from the service
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax Object Get(
string resourceType,
string key
)
Function Get (
resourceType As String,
key As String
) As Object
Object^ Get(
String^ resourceType,
String^ key
)
abstract Get :
resourceType : string *
key : string -> Object
Parameters
- resourceType
- Type: SystemString
The type of resource to be fetched - key
- Type: SystemString
The key of the resource
Return Value
Type:
ObjectThe retrieved resource
See Also