Click or drag to resize

IStockManagementRepositoryServiceGetConsumed Method

Get the total amount of consumed objects

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

Parameters

manufacturedMaterialKey
Type: SystemGuid
The manufactured material being consumed
placeKey
Type: SystemGuid
The place at which the manufactured material was consumed
startPeriod
Type: SystemNullableDateTimeOffset
The start period
endPeriod
Type: SystemNullableDateTimeOffset
The end period

Return Value

Type: IEnumerableActParticipation

[Missing <returns> documentation for "M:SanteDB.Core.Services.IStockManagementRepositoryService.GetConsumed(System.Guid,System.Guid,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})"]

See Also