Skip to content

Commit ef46b81

Browse files
committed
Adding Vuvla Mucus
1 parent 376ad74 commit ef46b81

1 file changed

Lines changed: 29 additions & 3 deletions

File tree

common-data-defs.js

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const patientBaseStreams = [
1515
{id: 'fertility-miscarriages', name: 'Miscarriages', parentId: 'fertility'},
1616
{id: 'fertility-traings', name: 'Trainings', parentId: 'fertility'},
1717
{id: 'fertility-cycles', name: 'Cycles', parentId: 'fertility'},
18-
{id: 'fertility-cycles-charted-extimation', name: 'Cycles charted estimation', parentId: 'fertility-cycles'},
18+
{id: 'fertility-cycles-charted-estimation', name: 'Cycles charted estimation', parentId: 'fertility-cycles'},
1919
{id: 'fertility-ttc-tta', name: 'Trying to conceive / Avoiding pregnancy', parentId: 'fertility'},
2020
// body
2121
{id: 'body', name: 'Body'},
@@ -24,7 +24,10 @@ const patientBaseStreams = [
2424
// vulva
2525
{id: 'body-vulva', name: 'Vulva', parentId: 'body'},
2626
{id: 'body-vulva-wetness', name: 'Vulva Wetness', parentId: 'body-vulva'},
27-
{id: 'body-vulva-wetness-feeling', name: 'Vulva Wetness Feeling', parentId: 'body-vulva-wetness'}
27+
{id: 'body-vulva-wetness-feeling', name: 'Vulva Wetness Feeling', parentId: 'body-vulva-wetness'},
28+
{id: 'body-vulva-mucus', name: 'Vulva Mucus', parentId: 'body-vulva'},
29+
{id: 'body-vulva-mucus-inspect', name: 'Vulva Mucus Inspect', parentId: 'body-vulva-mucus'},
30+
{id: 'body-vulva-mucus-stretch', name: 'Vulva Mucus Stretch', parentId: 'body-vulva-mucus'}
2831
];
2932

3033
const patientBasePermissionsX = [
@@ -89,7 +92,7 @@ const formProfileContentX = [
8992
label: 'Nb of miscarriages',
9093
},
9194
{
92-
streamId: 'fertility-cycles-charted-extimation',
95+
streamId: 'fertility-cycles-charted-estimation',
9396
eventType: 'count/generic',
9497
type: 'number',
9598
label: 'Nb of charted cycles',
@@ -171,6 +174,29 @@ const formHistoricalContentB = [
171174
{ value: 1, label: 'Wet' },
172175
{ value: 2, label: 'Very wet'}
173176
]
177+
},
178+
{
179+
streamId: 'body-vulva-mucus-inspect',
180+
eventType: 'vulva-mucus-inspect/v0',
181+
type: 'select',
182+
label: 'Cervical Fluid Inspect',
183+
options: [
184+
{ value: 'clear', label: 'Clear' },
185+
{ value: 'creamy', label: 'Creamy' },
186+
{ value: 'dry-sticky', label: 'Dry & Sticky' },
187+
{ value: 'egg-white', label: 'Egg White' },
188+
]
189+
},
190+
{
191+
streamId: 'body-vulva-mucus-stretch',
192+
eventType: 'ratio/generic',
193+
type: 'select',
194+
label: 'Cervical Fluid Stretch',
195+
options: [
196+
{ value: 0, label: 'No Strech' },
197+
{ value: 1, label: 'Short' },
198+
{ value: 2, label: 'Long'}
199+
]
174200
}
175201
]
176202

0 commit comments

Comments
 (0)