| IStockManagementRepositoryServiceAdjust Method |
Performs a stock adjustment for the specified facility and material.
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax Act Adjust(
ManufacturedMaterial manufacturedMaterial,
Place place,
int quantity,
Concept reason
)
Function Adjust (
manufacturedMaterial As ManufacturedMaterial,
place As Place,
quantity As Integer,
reason As Concept
) As Act
Act^ Adjust(
ManufacturedMaterial^ manufacturedMaterial,
Place^ place,
int quantity,
Concept^ reason
)
abstract Adjust :
manufacturedMaterial : ManufacturedMaterial *
place : Place *
quantity : int *
reason : Concept -> Act
Parameters
- manufacturedMaterial
- Type: SanteDB.Core.Model.EntitiesManufacturedMaterial
The manufactured material to be adjusted. - place
- Type: SanteDB.Core.Model.EntitiesPlace
The facility for which the stock is to be adjusted. - quantity
- Type: SystemInt32
The quantity to be adjusted. - reason
- Type: SanteDB.Core.Model.DataTypesConcept
The reason for the stock to be adjusted.
Return Value
Type:
Act[Missing <returns> documentation for "M:SanteDB.Core.Services.IStockManagementRepositoryService.Adjust(SanteDB.Core.Model.Entities.ManufacturedMaterial,SanteDB.Core.Model.Entities.Place,System.Int32,SanteDB.Core.Model.DataTypes.Concept)"]
See Also