Click or drag to resize

HdsiServiceBehaviorCreate Method

Create the specified resource

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public override IdentifiedData Create(
	string resourceType,
	IdentifiedData body
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.Create(System.String,SanteDB.Core.Model.IdentifiedData)"]

body
Type: SanteDB.Core.ModelIdentifiedData

[Missing <param name="body"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.Create(System.String,SanteDB.Core.Model.IdentifiedData)"]

Return Value

Type: IdentifiedData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.HdsiServiceBehavior.Create(System.String,SanteDB.Core.Model.IdentifiedData)"]

Implements

IHdsiServiceContractCreate(String, IdentifiedData)
See Also