| 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
)
Function AssociationRemove (
resourceType As String,
id As String,
childResourceType As String,
childKey As String
) As Object
Object^ AssociationRemove(
String^ resourceType,
String^ id,
String^ childResourceType,
String^ childKey
)
abstract AssociationRemove :
resourceType : string *
id : string *
childResourceType : string *
childKey : string -> Object
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:
ObjectThe removed object
See Also