| ContainerDiameterQuantity Property |
Gets or sets the diameter quantity. The outside diameter of the container.
Namespace:
SanteDB.Core.Model.Entities
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public decimal? DiameterQuantity { get; set; }
Public Property DiameterQuantity As Decimal?
Get
Set
public:
property Nullable<Decimal> DiameterQuantity {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member DiameterQuantity : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalThe diameter quantity.
See Also