Click or drag to resize

IHdsiServiceContractAssociationGet Method (String, String, String)

Performs a linked or chained search on a sub-property

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
Object AssociationGet(
	string resourceType,
	string childResourceType,
	string childResourceKey
)

Parameters

resourceType
Type: SystemString
The type of resource which should be searched
childResourceType
Type: SystemString
The property to search
childResourceKey
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