 | IStockManagementServiceGetContainerContents Method |
Get the contents of the container
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIEnumerable<IStockContainerContent> GetContainerContents(
Guid containerKey,
DateTimeOffset? dateOfBalanceReport = null
)
Function GetContainerContents (
containerKey As Guid,
Optional dateOfBalanceReport As DateTimeOffset? = Nothing
) As IEnumerable(Of IStockContainerContent)
IEnumerable<IStockContainerContent^>^ GetContainerContents(
Guid containerKey,
Nullable<DateTimeOffset> dateOfBalanceReport = nullptr
)
abstract GetContainerContents :
containerKey : Guid *
?dateOfBalanceReport : Nullable<DateTimeOffset>
(* Defaults:
let _dateOfBalanceReport = defaultArg dateOfBalanceReport null
*)
-> IEnumerable<IStockContainerContent> 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
IEnumerableIStockContainerContentThe list of container content
See Also