Click or drag to resize

IStockManagementServiceGetContainerContents Method

Get the contents of the container

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
IEnumerable<IStockContainerContent> GetContainerContents(
	Guid containerKey,
	DateTimeOffset? dateOfBalanceReport = null
)

Parameters

containerKey  Guid
The container for which contents should be retrieved
dateOfBalanceReport  NullableDateTimeOffset  (Optional)
The option point in time for which the balance should be retrieved

Return Value

IEnumerableIStockContainerContent
The list of container content
See Also