Click or drag to resize

IUpstreamIntegrationServiceGetTModel(Guid, NullableGuid, UpstreamIntegrationQueryControlOptions) Method

Gets a specified model.

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
TModel Get<TModel>(
	Guid key,
	Guid? versionKey,
	UpstreamIntegrationQueryControlOptions options = null
)
where TModel : IdentifiedData

Parameters

key  Guid
The key of the model.
versionKey  NullableGuid
The version key of the model.
options  UpstreamIntegrationQueryControlOptions  (Optional)
The integrations query options.

Type Parameters

TModel
The type of model data to retrieve.

Return Value

TModel
Returns a model.
See Also