Click or drag to resize

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

Parameters

resourceType
Type: SystemString
The type of resource which should be searched
id
Type: SystemString

[Missing <param name="id"/> documentation for "M:SanteDB.Rest.HDSI.IHdsiServiceContract.AssociationSearch(System.String,System.String,System.String)"]

childResourceType
Type: SystemString
The property to search

Return Value

Type: Object
The search for the specified resource type limited to the specified object
Remarks
This method performs a general search on the child resource type, however scoped to the container of the parent (so users within role container)
See Also