| 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
)
Function Retrieve (
modelType As Type,
keyToRetrieve As Guid
) As IdentifiedData
IdentifiedData^ Retrieve(
Type^ modelType,
Guid keyToRetrieve
)
abstract Retrieve :
modelType : Type *
keyToRetrieve : Guid -> IdentifiedData
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