Click or drag to resize

IAmiServiceContractAssociationSearch 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
AmiCollection AssociationSearch(
	string resourceType,
	string id,
	string childResourceType
)

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

Return Value

Type: AmiCollection
The search for the specified resource type limited to the specified object
See Also