| 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
)
Function FindAdjustments (
manufacturedMaterialKey As Guid,
placeKey As Guid,
startPeriod As DateTimeOffset?,
endPeriod As DateTimeOffset?
) As IEnumerable(Of Act)
IEnumerable<Act^>^ FindAdjustments(
Guid manufacturedMaterialKey,
Guid placeKey,
Nullable<DateTimeOffset> startPeriod,
Nullable<DateTimeOffset> endPeriod
)
abstract FindAdjustments :
manufacturedMaterialKey : Guid *
placeKey : Guid *
startPeriod : Nullable<DateTimeOffset> *
endPeriod : Nullable<DateTimeOffset> -> IEnumerable<Act>
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:
IEnumerableActIEnumerable<Act>.
See Also