Click or drag to resize

HdsiServiceBehaviorBaseAssociationSearch Method (String, String)

Perform a search on the specified entity

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
public virtual Object AssociationSearch(
	string resourceType,
	string childResourceType
)

Parameters

resourceType
Type: SystemString

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

childResourceType
Type: SystemString

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

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.AssociationSearch(System.String,System.String)"]

Implements

IHdsiServiceContractAssociationSearch(String, String)
See Also