Click or drag to resize

HdsiServiceBehaviorBaseCreate Method

Create the specified resource

Namespace:  SanteDB.Rest.HDSI
Assembly:  SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 2.2.1
Syntax
public virtual IdentifiedData Create(
	string resourceType,
	IdentifiedData body
)

Parameters

resourceType
Type: SystemString

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

body
Type: SanteDB.Core.ModelIdentifiedData

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

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Rest.HDSI.HdsiServiceBehaviorBase.Create(System.String,SanteDB.Core.Model.IdentifiedData)"]

Implements

IHdsiServiceContractCreate(String, IdentifiedData)
See Also