Click or drag to resize

IDataArchiveServiceRetrieve Method

Retrieve a record from the archive by key and type

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IdentifiedData Retrieve(
	Type modelType,
	Guid keyToRetrieve
)

Parameters

modelType  Type
The type of data which is being retrieved from the archive
keyToRetrieve  Guid
The key of the data to be retrieved from the archive

Return Value

IdentifiedData

[Missing <returns> documentation for "M:SanteDB.Core.Services.IDataArchiveService.Retrieve(System.Type,System.Guid)"]

See Also