Click or drag to resize

IStockManagementService Interface

Represents a stock management repository service.

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IStockManagementService : IServiceImplementation

The IStockManagementService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodGetContainerContents Get the contents of the container
Public methodGetLedgerEntries Get the stock ledger entries
Public methodGetStockContainers Gets all stock containers for the specified placeKey
Top
See Also