Click or drag to resize

HdsiServiceBehaviorBaseAssociationGet Method (String, String, String, String)

Removes an associated entity from the scoping property path

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

Parameters

resourceType
Type: SystemString

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

key
Type: SystemString

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

childResourceType
Type: SystemString

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

scopedEntityKey
Type: SystemString

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

Return Value

Type: Object

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

Implements

IHdsiServiceContractAssociationGet(String, String, String, String)
See Also