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.481-alpha
Syntax
IdentifiedData Retrieve(
	Type modelType,
	Guid keyToRetrieve
)

Parameters

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

Return Value

Type: IdentifiedData

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

See Also