Click or drag to resize

AmiServiceBehaviorBaseAssociationSearch Method

Perform a search on the specified entity

Namespace:  SanteDB.Messaging.AMI.Wcf
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public virtual AmiCollection AssociationSearch(
	string resourceType,
	string key,
	string childResourceType
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.AssociationSearch(System.String,System.String,System.String)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.AssociationSearch(System.String,System.String,System.String)"]

childResourceType
Type: SystemString

[Missing <param name="childResourceType"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.AssociationSearch(System.String,System.String,System.String)"]

Return Value

Type: AmiCollection

[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.AssociationSearch(System.String,System.String,System.String)"]

Implements

IAmiServiceContractAssociationSearch(String, String, String)
See Also