Click or drag to resize

NarrativeResourceHandlerRemoveChildObject Method

Remove a child object

Namespace: SanteDB.Rest.HDSI.Resources
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override Object RemoveChildObject(
	Object scopingEntityKey,
	string propertyName,
	Object subItemKey
)

Parameters

scopingEntityKey  Object
The instance of the parent entity from which the object should be removed
propertyName  String
The name of the relationship which the entity should be removed from
subItemKey  Object
The sub-item key that should be removed

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.Resources.NarrativeResourceHandler.RemoveChildObject(System.Object,System.String,System.Object)"]

Implements

IChainedApiResourceHandlerRemoveChildObject(Object, String, Object)
See Also