 | DbSubstanceAdministrationDoseQuantity Property |
Gets or sets the dose quantity
Namespace: SanteDB.Persistence.Data.Model.ActsAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic decimal? DoseQuantity { get; set; }Public Property DoseQuantity As Decimal?
Get
Set
public:
property Nullable<Decimal> DoseQuantity {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}member DoseQuantity : Nullable<decimal> with get, set
Property Value
NullableDecimal
See Also