manan commited on
Commit
8c7c2e0
1 Parent(s): 79b758b

Update examples.py

Browse files
Files changed (1) hide show
  1. examples.py +8 -0
examples.py CHANGED
@@ -19,7 +19,15 @@ family h/o not significant..
19
  lmp 2 weeks ago.regular 28 days lasts for 4 days.moderare flow.age of menarche 13.
20
  last sexual encounter 9 months ago with boy friend always uses condoms."""
21
 
 
 
 
 
 
 
 
22
  example = [
23
  [example_input_11, example_input_12],
24
  [example_input_21, example_input_22],
 
25
  ]
 
19
  lmp 2 weeks ago.regular 28 days lasts for 4 days.moderare flow.age of menarche 13.
20
  last sexual encounter 9 months ago with boy friend always uses condoms."""
21
 
22
+ example_input_31 = "Irregular-menses"
23
+ example_input_32 = """CC: 44 yo female c/o irregular periods
24
+ HPI: x 3 years has had irregular periods they vary in the amount of blodd each time. Her LMP was 2 months ago and was regular. She first began to notice periods at age 14. She had flu like symptoms one week ago with nausea and vomiting. No clots during her periods. She has to use 2-3 pads when they are light and 5-6 when they are heavy. Nothing makes it better or worse. She has been experiencing hot flashes, sweating and vaginal dryness which she uses lubricant for. She also complains of dyspareunia. No fever or chills. No abdominal pain, diarrhea, constipation or urinary symptoms.
25
+ PMH: HTN on HCTZ, No PSHx, No allergies, Two vaginal births without complications.
26
+ FH: Mother has osteoarthritis and HTN
27
+ Social: Does not smoke or use drugs drinks occasionally"""
28
+
29
  example = [
30
  [example_input_11, example_input_12],
31
  [example_input_21, example_input_22],
32
+ [example_input_31, example_input_32],
33
  ]