 | DateObservationValuePrecision Property |
Precision of the data in
Value Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic DatePrecision? ValuePrecision { get; set; }Public Property ValuePrecision As DatePrecision?
Get
Set
public:
property Nullable<DatePrecision> ValuePrecision {
Nullable<DatePrecision> get ();
void set (Nullable<DatePrecision> value);
}member ValuePrecision : Nullable<DatePrecision> with get, set
Property Value
NullableDatePrecision
See Also