Click or drag to resize

HdsiServiceClientCreateTModel Method (TModel, Boolean)

Creates specified data.

Namespace:  SanteDB.Messaging.HDSI.Client
Assembly:  SanteDB.Messaging.HDSI.Client (in SanteDB.Messaging.HDSI.Client.dll) Version: 2.2.1
Syntax
public TModel Create<TModel>(
	TModel data,
	bool asBundle
)
where TModel : IdentifiedData

Parameters

data
Type: TModel
The data to be created.
asBundle
Type: SystemBoolean

[Missing <param name="asBundle"/> documentation for "M:SanteDB.Messaging.HDSI.Client.HdsiServiceClient.Create``1(``0,System.Boolean)"]

Type Parameters

TModel
The type of data to be created.

Return Value

Type: TModel
Returns the newly created data.
See Also