Click or drag to resize

IStockManagementRepositoryService Interface

Represents a stock management repository service.

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IStockManagementRepositoryService : IServiceImplementation

The IStockManagementRepositoryService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodAdjust
Performs a stock adjustment for the specified facility and material.
Public methodFindAdjustments
Find adjustments matching the specified
Public methodGetBalance
Gets the balance for the material.
Public methodGetConsumed
Get the total amount of consumed objects
Top
See Also