Click or drag to resize

ContainerCapacityQuantity Property

Gets or sets the capacity quantity. The functional capacity of the container.

Namespace:  SanteDB.Core.Model.Entities
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public decimal? CapacityQuantity { get; set; }

Property Value

Type: NullableDecimal
The capacity quantity.
See Also