design and default updates
This commit is contained in:
parent
2f373e090b
commit
c50a7757d4
@ -113,7 +113,7 @@ export default function MedicalHistoryForm(){
|
|||||||
<RadioGroup
|
<RadioGroup
|
||||||
// value={patient.gender}
|
// value={patient.gender}
|
||||||
aria-labelledby="demo-radio-buttons-group-label"
|
aria-labelledby="demo-radio-buttons-group-label"
|
||||||
defaultValue="yes"
|
// defaultValue="yes"
|
||||||
name="radio-buttons-group"
|
name="radio-buttons-group"
|
||||||
onChange={formik.handleChange}
|
onChange={formik.handleChange}
|
||||||
sx={{display:'flex', flexDirection:'row'}}
|
sx={{display:'flex', flexDirection:'row'}}
|
||||||
@ -153,7 +153,7 @@ export default function MedicalHistoryForm(){
|
|||||||
<RadioGroup
|
<RadioGroup
|
||||||
// value={patient.gender}
|
// value={patient.gender}
|
||||||
aria-labelledby="demo-radio-buttons-group-label"
|
aria-labelledby="demo-radio-buttons-group-label"
|
||||||
defaultValue="yes"
|
// defaultValue="yes"
|
||||||
name="radio-buttons-group"
|
name="radio-buttons-group"
|
||||||
onChange={formik.handleChange}
|
onChange={formik.handleChange}
|
||||||
sx={{display:'flex', flexDirection:'row'}}
|
sx={{display:'flex', flexDirection:'row'}}
|
||||||
@ -170,7 +170,7 @@ export default function MedicalHistoryForm(){
|
|||||||
<RadioGroup
|
<RadioGroup
|
||||||
// value={patient.gender}
|
// value={patient.gender}
|
||||||
aria-labelledby="demo-radio-buttons-group-label"
|
aria-labelledby="demo-radio-buttons-group-label"
|
||||||
defaultValue="physician"
|
// defaultValue="physician"
|
||||||
name="radio-buttons-group"
|
name="radio-buttons-group"
|
||||||
onChange={formik.handleChange}
|
onChange={formik.handleChange}
|
||||||
sx={{display:'flex', flexDirection:'row'}}
|
sx={{display:'flex', flexDirection:'row'}}
|
||||||
@ -191,7 +191,7 @@ export default function MedicalHistoryForm(){
|
|||||||
<RadioGroup
|
<RadioGroup
|
||||||
// value={patient.gender}
|
// value={patient.gender}
|
||||||
aria-labelledby="demo-radio-buttons-group-label"
|
aria-labelledby="demo-radio-buttons-group-label"
|
||||||
defaultValue="email"
|
// defaultValue="email"
|
||||||
name="radio-buttons-group"
|
name="radio-buttons-group"
|
||||||
onChange={formik.handleChange}
|
onChange={formik.handleChange}
|
||||||
sx={{display:'flex', flexDirection:'row'}}
|
sx={{display:'flex', flexDirection:'row'}}
|
||||||
|
|||||||
@ -56,7 +56,7 @@ export default function OtherDetails8(){
|
|||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<FormLabel>How do you sleep?</FormLabel>
|
<FormLabel>How do you sleep?</FormLabel>
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
@ -75,7 +75,7 @@ export default function OtherDetails8(){
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<FormLabel>Do you use a pillow?</FormLabel>
|
<FormLabel>Do you use a pillow?</FormLabel>
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
@ -93,7 +93,7 @@ export default function OtherDetails8(){
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<FormLabel>Do you wear orthotics or arch support?</FormLabel>
|
<FormLabel>Do you wear orthotics or arch support?</FormLabel>
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
@ -111,8 +111,8 @@ export default function OtherDetails8(){
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||||
<FormLabel>Date of last gynecological and brest exam?</FormLabel>
|
<FormLabel>Date of last gynecological and brest exam?</FormLabel><br></br>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<LocalizationProvider dateAdapter={AdapterDayjs}>
|
<LocalizationProvider dateAdapter={AdapterDayjs}>
|
||||||
<DatePicker
|
<DatePicker
|
||||||
@ -134,7 +134,7 @@ export default function OtherDetails8(){
|
|||||||
<FormLabel sx={{fontWeight:600}}>For X-Ray purposes:</FormLabel>
|
<FormLabel sx={{fontWeight:600}}>For X-Ray purposes:</FormLabel>
|
||||||
</Grid> */}
|
</Grid> */}
|
||||||
|
|
||||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<FormLabel>Possible pregnancy?</FormLabel>
|
<FormLabel>Possible pregnancy?</FormLabel>
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
@ -152,7 +152,7 @@ export default function OtherDetails8(){
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||||
<FormLabel>Date of last menstrual cycle?</FormLabel><br></br>
|
<FormLabel>Date of last menstrual cycle?</FormLabel><br></br>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<LocalizationProvider dateAdapter={AdapterDayjs}>
|
<LocalizationProvider dateAdapter={AdapterDayjs}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user