Click or drag to resize

AmiServiceBehaviorBaseAssociationCreate Method

Create an associated entity

Namespace:  SanteDB.Messaging.AMI.Wcf
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.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.Messaging.AMI.Wcf.AmiServiceBehaviorBase.AssociationCreate(System.String,System.String,System.String,System.Object)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.AssociationCreate(System.String,System.String,System.String,System.Object)"]

childResourceType
Type: SystemString

[Missing <param name="childResourceType"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.AssociationCreate(System.String,System.String,System.String,System.Object)"]

body
Type: SystemObject

[Missing <param name="body"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.AssociationCreate(System.String,System.String,System.String,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.AssociationCreate(System.String,System.String,System.String,System.Object)"]

Implements

IAmiServiceContractAssociationCreate(String, String, String, Object)
See Also