Click or drag to resize

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
)

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: Object
The search for the specified resource type limited to the specified object
See Also