| IAmiServiceContractAssociationGet Method |
Performs a linked or chained search on a sub-property
Namespace:
SanteDB.Rest.AMI
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax Object AssociationGet(
string resourceType,
string id,
string childResourceType,
string childKey
)
Function AssociationGet (
resourceType As String,
id As String,
childResourceType As String,
childKey As String
) As Object
Object^ AssociationGet(
String^ resourceType,
String^ id,
String^ childResourceType,
String^ childKey
)
abstract AssociationGet :
resourceType : string *
id : string *
childResourceType : string *
childKey : string -> Object
Parameters
- resourceType
- Type: SystemString
The type of resource which should be searched - id
- Type: SystemString
The key of the hosting (container object) - childResourceType
- Type: SystemString
The property to search - childKey
- Type: SystemString
The key of the sub-item to fetch
Return Value
Type:
ObjectThe search for the specified resource type limited to the specified object
See Also