Exemplo n.º 1
0
 def dump(self) -> None:
     """Debugging option to dump the object."""
     rnc_db.dump_database_object(self, Blob.FIELDS_WITHOUT_BLOB)
Exemplo n.º 2
0
 def dump(self):
     """Dump to the log."""
     rnc_db.dump_database_object(self, DeviceStoredVar.FIELDS)
Exemplo n.º 3
0
 def dump(self) -> None:
     """Dump to the log."""
     rnc_db.dump_database_object(self, ServerStoredVar.FIELDS)
Exemplo n.º 4
0
 def dump(self) -> None:
     """Dump object to database's log."""
     rnc_db.dump_database_object(self, Patient.FIELDS)