Click or drag to resize

HdsiServiceBehaviorBaseAssociationCreate Method

Create an associated entity

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

Parameters

resourceType
Type: SystemString

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

key
Type: SystemString

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

childResourceType
Type: SystemString

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

body
Type: SystemObject

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

Return Value

Type: Object

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

Implements

IHdsiServiceContractAssociationCreate(String, String, String, Object)
See Also