Click or drag to resize

AdoCdssLibraryRepositoryGet(Guid, NullableGuid) Method

Get the protocol asset by identifier

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public ICdssLibrary Get(
	Guid libraryUuid,
	Guid? versionUuuid
)

Parameters

libraryUuid  Guid
The protocol asset identifier
versionUuuid  NullableGuid

[Missing <param name="versionUuuid"/> documentation for "M:SanteDB.Persistence.Data.Services.AdoCdssLibraryRepository.Get(System.Guid,System.Nullable{System.Guid})"]

Return Value

ICdssLibrary
The protocol asset with the matching asset id

Implements

ICdssLibraryRepositoryGet(Guid, NullableGuid)
See Also