Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,21 +19,10 @@ questions = [
|
|
| 19 |
"Which grade is the patient studying?",
|
| 20 |
"How old is the patient?",
|
| 21 |
"What is the gender?",
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"Does the patient take any medications regularly? If there is none, just say the word 'none'. If yes, please specify.",
|
| 27 |
-
"When was the patient's previous dental visit? If no visits before, just say the word 'first' or mention the visit number and nothing else",
|
| 28 |
-
"Does the patient have any habits such as thumb sucking, tongue thrusting, nail biting, or lip biting? If yes, just list them and don't provide any further details",
|
| 29 |
-
"Does the patient brush their teeth? Just use the words 'once daily', 'twice daily', or 'thrice daily' to answer, nothing else",
|
| 30 |
-
"Does the patient experience bleeding gums? Just say 'yes' or 'no' for this and nothing else",
|
| 31 |
-
"Has the patient experienced early patienthood caries? Just say 'yes' or 'no' and nothing else",
|
| 32 |
-
"Please mention if tooth decay is present with tooth number(s), else just say the word 'none' and nothing else",
|
| 33 |
-
"Have any teeth been fractured? If yes, please mention the tooth number(s), else just say 'none' and nothing else",
|
| 34 |
-
"Is there any pre-shedding mobility of teeth? If yes, please specify, else just say 'none' and nothing else",
|
| 35 |
-
"Does the patient have malocclusion? If yes, please provide details, else just say the word 'none' and nothing else",
|
| 36 |
-
"Does the patient experience pain, swelling, or abscess? If yes, please provide details, else just say 'none' and nothing else",
|
| 37 |
"Are there any other findings you would like to note?",
|
| 38 |
"What treatment plan do you recommend? Choose only from Options: (Scaling, Filling, Pulp therapy/RCT, Extraction, Medication, Referral) and nothing else"
|
| 39 |
]
|
|
@@ -44,21 +33,10 @@ oral_health_assessment_form = [
|
|
| 44 |
"Grade",
|
| 45 |
"Age",
|
| 46 |
"Gender",
|
| 47 |
-
"School name and place",
|
| 48 |
-
"Guardian/Parents name",
|
| 49 |
"Chief complaint",
|
| 50 |
"Medical history",
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"Habits",
|
| 54 |
-
"Brushing habit",
|
| 55 |
-
"Bleeding gums",
|
| 56 |
-
"Early Childhood caries",
|
| 57 |
-
"Decayed",
|
| 58 |
-
"Fractured teeth",
|
| 59 |
-
"Preshedding mobility",
|
| 60 |
-
"Malocclusion",
|
| 61 |
-
"Does the child have pain, swelling or abscess?",
|
| 62 |
"Any other finding",
|
| 63 |
"Treatment plan",
|
| 64 |
]
|
|
|
|
| 19 |
"Which grade is the patient studying?",
|
| 20 |
"How old is the patient?",
|
| 21 |
"What is the gender?",
|
| 22 |
+
"What is the chief complaint regarding the patient's oral health? If there is none, just say the word 'none' else elaborate",
|
| 23 |
+
"Can you provide any relevant Medical history for the patient? If there is none, just say the word 'none', else elaborate",
|
| 24 |
+
"Can you provide any relevant Dental history for the patient? If there is none, just say the word 'none', else elaborate",
|
| 25 |
+
"Give me about the clinical findings listed",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
"Are there any other findings you would like to note?",
|
| 27 |
"What treatment plan do you recommend? Choose only from Options: (Scaling, Filling, Pulp therapy/RCT, Extraction, Medication, Referral) and nothing else"
|
| 28 |
]
|
|
|
|
| 33 |
"Grade",
|
| 34 |
"Age",
|
| 35 |
"Gender",
|
|
|
|
|
|
|
| 36 |
"Chief complaint",
|
| 37 |
"Medical history",
|
| 38 |
+
"Dental history",
|
| 39 |
+
"Clinical Findings",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
"Any other finding",
|
| 41 |
"Treatment plan",
|
| 42 |
]
|