 | ICdssLibraryRepositoryGet Method |
Get the protocol asset by identifier
Namespace: SanteDB.Core.CdssAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxICdssLibrary Get(
Guid libraryUuid,
Guid? versionUuid
)
Function Get (
libraryUuid As Guid,
versionUuid As Guid?
) As ICdssLibrary
ICdssLibrary^ Get(
Guid libraryUuid,
Nullable<Guid> versionUuid
)
abstract Get :
libraryUuid : Guid *
versionUuid : Nullable<Guid> -> ICdssLibrary Parameters
- libraryUuid Guid
- The protocol asset identifier
- versionUuid NullableGuid
- The version of the data to fetch
Return Value
ICdssLibraryThe protocol asset with the matching asset id
See Also