Click or drag to resize

IStockManagementRepositoryServiceFindAdjustments Method

Find adjustments matching the specified

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IEnumerable<Act> FindAdjustments(
	Guid manufacturedMaterialKey,
	Guid placeKey,
	DateTimeOffset? startPeriod,
	DateTimeOffset? endPeriod
)

Parameters

manufacturedMaterialKey
Type: SystemGuid
The manufactured material key.
placeKey
Type: SystemGuid
The place key.
startPeriod
Type: SystemNullableDateTimeOffset
The start period.
endPeriod
Type: SystemNullableDateTimeOffset
The end period.

Return Value

Type: IEnumerableAct
IEnumerable<Act>.
See Also