Click or drag to resize

NarrativeResourceHandlerAddChildObject Method

Add a child object instance

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

Parameters

scopingEntityKey  Object
The scoping entity key or null if global execution
propertyName  String
The property name
scopedItem  Object
The sub-item to be added

Return Value

Object
The newly created associative entity

Implements

IChainedApiResourceHandlerAddChildObject(Object, String, Object)
See Also