| 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
)
Function GetBalance (
place As Place,
manufacturedMaterial As ManufacturedMaterial
) As Integer
int GetBalance(
Place^ place,
ManufacturedMaterial^ manufacturedMaterial
)
abstract GetBalance :
place : Place *
manufacturedMaterial : ManufacturedMaterial -> int
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