personal patient view update

This commit is contained in:
2024-07-29 15:00:25 +02:00
parent f22626cee3
commit a9702a1e24
3 changed files with 71 additions and 8 deletions

View File

@@ -2,15 +2,15 @@ class PFile {
final int idpatient_files;
final String file_path;
final String file_name;
final String app_id;
final String insert_date;
final String app_id;
const PFile(
this.idpatient_files,
this.file_path,
this.file_name,
this.app_id,
this.insert_date,
this.app_id,
);
factory PFile.fromJson(dynamic json) {