Click or drag to resize

IAmiServiceContractAssociationRemove Method

Removes an association

Namespace:  SanteDB.Rest.AMI
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
Object AssociationRemove(
	string resourceType,
	string id,
	string childResourceType,
	string childKey
)

Parameters

resourceType
Type: SystemString
The type of resource which is the container
id
Type: SystemString
The key of the container
childResourceType
Type: SystemString
The property on which the sub-key resides
childKey
Type: SystemString
The actual value of the sub-key

Return Value

Type: Object
The removed object
See Also