|  | DbPatientDeceasedDatePrecision Property  | 
 
            Gets or sets the deceased date precision.
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Roles
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic string DeceasedDatePrecision { get; set; }Public Property DeceasedDatePrecision As String
	Get
	Set
public:
property String^ DeceasedDatePrecision {
	String^ get ();
	void set (String^ value);
}member DeceasedDatePrecision : string with get, set
Property Value
Type: 
StringThe deceased date precision.
 See Also
See Also