denny il y a 2 ans
Parent
commit
1eb7d73759
2 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 6 0
      src/Resource/Consultation/ConsultationInfo.json
  2. 2 1
      src/appsettings.json

+ 6 - 0
src/Resource/Consultation/ConsultationInfo.json

@@ -16,6 +16,12 @@
                 "Required": true,
                 "Desc": "PatientPhone"
             },
+            "Anamnesis": {
+                "Type": "string",
+                "ShowType": "input",
+                "Required": true,
+                "Desc": "PatientAnamnesis"
+            },
             "AgeType": {
                 "Type": "string",
                 "ShowType": "AgeType",

+ 2 - 1
src/appsettings.json

@@ -95,6 +95,7 @@
   },
   "Live": {
     "LiveProtocol": 1,
-    "ConnectionTimeout": 60
+    "ConnectionTimeout": 60,
+    "DefaultQueryDays": 30
   }
 }