Click or drag to resize

IStockManagementRepositoryServiceGetBalance Method

Gets the balance for the material.

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
int GetBalance(
	Place place,
	ManufacturedMaterial manufacturedMaterial
)

Parameters

place
Type: SanteDB.Core.Model.EntitiesPlace
The facility for which to get the balance of stock.
manufacturedMaterial
Type: SanteDB.Core.Model.EntitiesManufacturedMaterial
The manufactured material for which to retrieve the balance.

Return Value

Type: Int32

[Missing <returns> documentation for "M:SanteDB.Core.Services.IStockManagementRepositoryService.GetBalance(SanteDB.Core.Model.Entities.Place,SanteDB.Core.Model.Entities.ManufacturedMaterial)"]

See Also