Click or drag to resize

ICdssLibraryRepositoryGet Method

Get the protocol asset by identifier

Namespace: SanteDB.Core.Cdss
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
ICdssLibrary Get(
	Guid libraryUuid,
	Guid? versionUuid
)

Parameters

libraryUuid  Guid
The protocol asset identifier
versionUuid  NullableGuid
The version of the data to fetch

Return Value

ICdssLibrary
The protocol asset with the matching asset id
See Also