Compare commits

...

7 Commits

7 changed files with 847 additions and 427 deletions

View File

@ -101,7 +101,13 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '></Grid> <Grid item xs={4} className='collapsable-form-style '></Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '>
<TextField <TextField
variant="outlined" variant="outlined"
@ -119,7 +125,13 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
disabled={type=='display'} disabled={type=='display'}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '>
<TextField <TextField
// required // required
variant="outlined" variant="outlined"
@ -137,7 +149,13 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '>
<TextField <TextField
variant="outlined" variant="outlined"
label="Hours/Week" label="Hours/Week"
@ -155,7 +173,13 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '>
<TextField <TextField
variant="outlined" variant="outlined"
label="Employer" label="Employer"
@ -171,7 +195,13 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
disabled={type=='display'} disabled={type=='display'}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '>
<TextField <TextField
variant="outlined" variant="outlined"
label="Business Phone" label="Business Phone"
@ -189,13 +219,24 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '></Grid> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '></Grid>
<Grid item xs={12} className='collapsable-form-style '> <Grid item xs={12} className='collapsable-form-style '>
<FormLabel sx={{fontWeight:600}}>Spouse's Information:</FormLabel> <FormLabel sx={{fontWeight:600}}>Spouse's Information:</FormLabel>
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style '>
<TextField <TextField
variant="outlined" variant="outlined"
label="Spouse's Name" label="Spouse's Name"
@ -211,7 +252,13 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
disabled={type=='display'} disabled={type=='display'}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '>
<TextField <TextField
variant="outlined" variant="outlined"
label="Spouse's Employer" label="Spouse's Employer"
@ -227,7 +274,13 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
disabled={type=='display'} disabled={type=='display'}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '>
<TextField <TextField
variant="outlined" variant="outlined"
label="Business Phone" label="Business Phone"
@ -250,7 +303,13 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '>
<TextField <TextField
variant="outlined" variant="outlined"
label="Emergency Contact" label="Emergency Contact"
@ -266,7 +325,13 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
disabled={type=='display'} disabled={type=='display'}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '>
<TextField <TextField
variant="outlined" variant="outlined"
label="Relationship" label="Relationship"
@ -282,7 +347,12 @@ export default function FamilyFormSection({handleFormSection2Data,patientDataDip
disabled={type=='display'} disabled={type=='display'}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style '> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style '>
<TextField <TextField
variant="outlined" variant="outlined"
type="number" type="number"

View File

@ -76,7 +76,13 @@ export default function MedicalHistoryForm({handleFormSection3Data,patientDataDi
</Grid> </Grid>
<Grid container direction="row"> <Grid container direction="row">
<Grid item xs={4} className='collapsable-form-style'> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style'>
<TextField <TextField
variant="outlined" variant="outlined"
label="Family physician" label="Family physician"
@ -91,7 +97,13 @@ export default function MedicalHistoryForm({handleFormSection3Data,patientDataDi
disabled={type=='display'} disabled={type=='display'}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style'>
<TextField <TextField
variant="outlined" variant="outlined"
label="City" label="City"
@ -106,7 +118,13 @@ export default function MedicalHistoryForm({handleFormSection3Data,patientDataDi
disabled={type=='display'} disabled={type=='display'}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style'>
<TextField <TextField
variant="outlined" variant="outlined"
label="State" label="State"
@ -121,7 +139,13 @@ export default function MedicalHistoryForm({handleFormSection3Data,patientDataDi
disabled={type=='display'} disabled={type=='display'}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style'>
<TextField <TextField
variant="outlined" variant="outlined"
label="Phone" label="Phone"
@ -138,14 +162,30 @@ export default function MedicalHistoryForm({handleFormSection3Data,patientDataDi
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style'></Grid> <Grid item
<Grid item xs={4} className='collapsable-form-style'></Grid> xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style'></Grid>
<Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style'></Grid>
<Grid item xs={12} className='collapsable-form-style '> <Grid item xs={12} className='collapsable-form-style '>
<FormLabel sx={{fontWeight:600}}>Chiropractor Information:</FormLabel> <FormLabel sx={{fontWeight:600}}>Chiropractor Information:</FormLabel>
</Grid> </Grid>
<Grid item xs={4} sx={{paddingLeft:"14px",marginTop:2}} className='collapsable-form-style-radioButtons'> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
sx={{paddingLeft:"14px",marginTop:2}} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Previous Chiropractic Care:</FormLabel> <FormLabel>Previous Chiropractic Care:</FormLabel>
<RadioGroup <RadioGroup
@ -166,7 +206,13 @@ export default function MedicalHistoryForm({handleFormSection3Data,patientDataDi
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style'>
<TextField <TextField
variant="outlined" variant="outlined"
label="Chiropractor's Name" label="Chiropractor's Name"
@ -182,7 +228,13 @@ export default function MedicalHistoryForm({handleFormSection3Data,patientDataDi
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style'>
<TextField <TextField
variant="outlined" variant="outlined"
label="City/State" label="City/State"

View File

@ -121,7 +121,12 @@ export default function PastTreatment5({handleFormSection5Data,patientDataDiplay
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style-form7'> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
variant="outlined" variant="outlined"
label="If yes, when?" label="If yes, when?"
@ -135,7 +140,12 @@ export default function PastTreatment5({handleFormSection5Data,patientDataDiplay
}} }}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style-form7'> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
variant="outlined" variant="outlined"
label="Was treatment provided?If yes, by whom?" label="Was treatment provided?If yes, by whom?"
@ -150,7 +160,12 @@ export default function PastTreatment5({handleFormSection5Data,patientDataDiplay
}} }}
/> />
</Grid> </Grid>
<Grid item xs={4} className='collapsable-form-style-form7'> <Grid item
xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
variant="outlined" variant="outlined"
label="Outcome?" label="Outcome?"
@ -287,7 +302,11 @@ export default function PastTreatment5({handleFormSection5Data,patientDataDiplay
type={type}/> type={type}/>
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-multiline'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-multiline'>
<FormLabel>Please list current supplements or drugs you may be taking:</FormLabel> <FormLabel>Please list current supplements or drugs you may be taking:</FormLabel>
<TextField <TextField
multiline multiline

View File

@ -507,7 +507,7 @@ export default function PatientForm({ type }: Props) {
id='panel9d-header' id='panel9d-header'
> >
<Typography sx={{ fontSize: 18 }}> <Typography sx={{ fontSize: 18 }}>
Patient's Injury Image Patient's Pain Zone
</Typography> </Typography>
</AccordionSummary> </AccordionSummary>

View File

@ -1,389 +1,540 @@
import * as React from 'react'; import * as React from 'react';
import { Button, FormControl, FormControlLabel, FormLabel, Grid, Paper, Radio, RadioGroup, TextField } from '@mui/material'; import {
Button,
FormControl,
FormControlLabel,
FormLabel,
Grid,
Paper,
Radio,
RadioGroup,
TextField,
} from '@mui/material';
import { LocalizationProvider, DatePicker } from '@mui/x-date-pickers'; import { LocalizationProvider, DatePicker } from '@mui/x-date-pickers';
import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs'; import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs';
import { useEffect } from 'react'; import { useEffect } from 'react';
interface Patient { interface Patient {
fullName: string; fullName: string;
homePhone: string; homePhone: string;
cellPhone: string; cellPhone: string;
email: string; email: string;
age: number | string; age: number | string;
dateOfBirth: string; dateOfBirth: string;
socialSecurityNumber: string; socialSecurityNumber: string;
mailingAddress: string; mailingAddress: string;
city: string; city: string;
state: string; state: string;
zipCode: string; zipCode: string;
gender: string; gender: string;
} }
type Props = { type Props = {
handleFormSection1Data:( handleFormSection1Data: (
fullName?: string|undefined, fullName?: string | undefined,
homePhone?: string|undefined, homePhone?: string | undefined,
cellPhone?: string|undefined, cellPhone?: string | undefined,
email?: string|undefined, email?: string | undefined,
age?: number|undefined|string, age?: number | undefined | string,
dateOfBirth?: string|undefined, dateOfBirth?: string | undefined,
socialSecurityNumber?: string|undefined, socialSecurityNumber?: string | undefined,
mailingAddress?: string|undefined, mailingAddress?: string | undefined,
city?: string|undefined, city?: string | undefined,
state?: string|undefined, state?: string | undefined,
zipCode?: string|undefined, zipCode?: string | undefined,
gender?: string|undefined, gender?: string | undefined
)=> void ) => void;
patientDataDiplay:any; patientDataDiplay: any;
type:string; type: string;
} };
export default function PersonalSection({handleFormSection1Data,patientDataDiplay,type}:Props){ export default function PersonalSection({
handleFormSection1Data,
patientDataDiplay,
type,
}: Props) {
const [birthDateValue, setBirthDateValue] = React.useState<any>();
const [patient, setPatient] = React.useState<any>({
fullName: '',
fullNameError: false,
homePhone: '',
cellPhone: '',
cellPhoneError: false,
email: '',
emailError: false,
age: '',
ageError: false,
dateOfBirth: birthDateValue,
socialSecurityNumber: '',
mailingAddress: '',
mailingAddressFalse: false,
city: '',
state: '',
zipCode: '',
gender: 'male',
});
const [birthDateValue, setBirthDateValue] = React.useState<any>(); useEffect(() => {
const [patient, setPatient] = React.useState<any>({ handleFormSection1Data(
fullName: "", patient.fullName,
fullNameError:false, patient.homePhone,
homePhone: "", patient.cellPhone,
cellPhone: "", patient.email,
cellPhoneError: false, patient.age,
email: "", birthDateValue,
emailError: false, patient.socialSecurityNumber,
age: "", patient.mailingAddress,
ageError: false, patient.city,
dateOfBirth: birthDateValue, patient.state,
socialSecurityNumber: "", patient.zipCode,
mailingAddress:"", patient.gender
mailingAddressFalse:false, );
city: "", }, [patient]);
state: "",
zipCode: "",
gender: "male",
});
return (
<>
<Grid container direction='row' className='section1-test-class'>
<Grid
item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style '
>
<TextField
variant='outlined'
label="Patient's Full Name"
name='fullName'
placeholder='Please enter your name'
value={
type == 'display' ? patientDataDiplay.fullName : patient.fullName
}
disabled={type == 'display'}
onChange={(e) => {
setPatient((prevValues: any) => ({
...prevValues,
fullName: e.target.value,
}));
}}
onBlur={(e) => {
if (e.target.value === '') {
setPatient((prevValues: any) => ({
...prevValues,
fullNameError: true,
}));
} else {
setPatient((prevValues: any) => ({
...prevValues,
fullNameError: false,
}));
}
}}
required
error={patient.fullNameError}
helperText={patient.fullNameError ? 'Please enter your name' : ''}
/>
</Grid>
useEffect(()=>{ <Grid
handleFormSection1Data( item
patient.fullName, xs={12}
patient.homePhone, xl={3}
patient.cellPhone, lg={4}
patient.email, md={6}
patient.age, sm={12}
birthDateValue, className='collapsable-form-style'
patient.socialSecurityNumber, >
patient.mailingAddress, <TextField
patient.city, required
patient.state, variant='outlined'
patient.zipCode, label='Phone Number'
patient.gender, name='cellPhone'
) type='number'
},[patient]) placeholder='Please enter your cell Phone number'
value={
type == 'display'
? patientDataDiplay.cellPhone
: patient.cellPhone
}
disabled={type == 'display'}
onChange={(e) => {
let value = e.target.value;
if (value[0] === '0') {
value = value.slice(1);
}
setPatient((prevValues: any) => ({
...prevValues,
cellPhone: value,
}));
}}
onBlur={(e) => {
if (!/^\d{10}$/.test(e.target.value)) {
setPatient((prevValues: any) => ({
...prevValues,
cellPhoneError: true,
}));
} else {
setPatient((prevValues: any) => ({
...prevValues,
cellPhoneError: false,
}));
}
}}
error={patient.cellPhoneError}
helperText={
patient.cellPhoneError
? 'Please enter a valid 10-digit phone number'
: ''
}
/>
</Grid>
return(
<>
<Grid container direction="row" className='section1-test-class'>
<Grid item xs={4} className='collapsable-form-style '>
<TextField
variant="outlined"
label="Patient's Full Name"
name="fullName"
placeholder='Please enter your name'
value={type=='display'?patientDataDiplay.fullName:patient.fullName}
disabled={type=='display'}
onChange={(e)=>{
setPatient((prevValues:any) => ({
...prevValues,
fullName: e.target.value,
}));
}}
onBlur={(e) => {
if (e.target.value === "") {
setPatient((prevValues:any) => ({
...prevValues,
fullNameError: true,
}));
} else {
setPatient((prevValues:any) => ({
...prevValues,
fullNameError: false,
}));
}
}}
required
error={patient.fullNameError}
helperText={patient.fullNameError ? "Please enter your name" : ""}
/>
</Grid>
<Grid
<Grid item xs={4} className='collapsable-form-style'> item
<TextField xs={12}
required xl={3}
variant="outlined" lg={4}
label="Phone Number" md={6}
name="cellPhone" sm={12}
type="number" className='collapsable-form-style'
placeholder='Please enter your cell Phone number' >
value={type=='display'?patientDataDiplay.cellPhone:patient.cellPhone} <TextField
disabled={type=='display'} variant='outlined'
onChange={(e)=>{ label='Home Phone Number'
setPatient((prevValues:any) => ({ name='homePhone'
...prevValues, type='number'
cellPhone: e.target.value, placeholder='Please enter your home phone'
})); value={
}} type == 'display'
onBlur={(e) => { ? patientDataDiplay.homePhone
if (!(/^\d{10}$/.test(e.target.value))) { : patient.homePhone
setPatient((prevValues:any) => ({ }
...prevValues, disabled={type == 'display'}
cellPhoneError: true, onChange={(e) => {
})); setPatient((prevValues: any) => ({
} else { ...prevValues,
setPatient((prevValues:any) => ({ homePhone: e.target.value,
...prevValues, }));
cellPhoneError: false, }}
})); // error={!(/^\d{10}$/.test(patient.homePhone))}
} // helperText={!(/^\d{10}$/.test(patient.homePhone)) ? "Please enter a valid 10-digit phone number" : ""}
}} />
error={patient.cellPhoneError} </Grid>
helperText={patient.cellPhoneError? "Please enter a valid 10-digit phone number" : ""}
/>
</Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid
<TextField item
variant="outlined" xs={12}
label="Home Phone Number" xl={3}
name="homePhone" lg={4}
type='number' md={6}
placeholder='Please enter your home phone' sm={12}
value={type=='display'?patientDataDiplay.homePhone:patient.homePhone} className='collapsable-form-style'
disabled={type=='display'} >
onChange={(e)=>{ <TextField
setPatient((prevValues:any) => ({ required
...prevValues, variant='outlined'
homePhone: e.target.value, label='Email'
})); name='email'
}} placeholder='Please enter your email'
// error={!(/^\d{10}$/.test(patient.homePhone))} value={type == 'display' ? patientDataDiplay.email : patient.email}
// helperText={!(/^\d{10}$/.test(patient.homePhone)) ? "Please enter a valid 10-digit phone number" : ""} disabled={type == 'display'}
/> onChange={(e) => {
</Grid> setPatient((prevValues: any) => ({
...prevValues,
email: e.target.value,
}));
}}
onBlur={(e) => {
if (!/^\S+@\S+\.\S+$/.test(e.target.value)) {
setPatient((prevValues: any) => ({
...prevValues,
emailError: true,
}));
} else {
setPatient((prevValues: any) => ({
...prevValues,
emailError: false,
}));
}
}}
error={patient.emailError}
helperText={
patient.emailError ? 'Please enter a valid email address' : ''
}
/>
</Grid>
<Grid
item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style'
>
<TextField
required
variant='outlined'
label='Age'
name='age'
type='number'
placeholder='Please enter your age'
value={type == 'display' ? patientDataDiplay.age : patient.age}
disabled={type == 'display'}
onChange={(e) => {
setPatient((prevValues: any) => ({
...prevValues,
age: e.target.value,
}));
}}
onBlur={(e) => {
if (e.target.value === '') {
setPatient((prevValues: any) => ({
...prevValues,
ageError: true,
}));
} else {
setPatient((prevValues: any) => ({
...prevValues,
ageError: false,
}));
}
}}
error={patient.ageError}
helperText={patient.ageError ? 'Please enter your age' : ''}
/>
</Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid
<TextField item
required xs={12}
variant="outlined" xl={3}
label="Email" lg={4}
name="email" md={6}
placeholder='Please enter your email' sm={12}
value={type=='display'?patientDataDiplay.email:patient.email} className='collapsable-form-style'
disabled={type=='display'} >
onChange={(e)=>{ <FormControl>
setPatient((prevValues:any) => ({ <LocalizationProvider dateAdapter={AdapterDayjs}>
...prevValues, <DatePicker
email: e.target.value, label='Date of Birth'
})); value={
}} type == 'display'
onBlur={(e) => { ? patientDataDiplay.dateOfBirth
if (!(/^\S+@\S+\.\S+$/.test(e.target.value))) { : birthDateValue
setPatient((prevValues:any) => ({ }
...prevValues, disabled={type == 'display'}
emailError: true, onChange={(newValue) => {
})); setBirthDateValue(newValue);
} else { }}
setPatient((prevValues:any) => ({ renderInput={(params) => (
...prevValues, <TextField variant='outlined' {...params} />
emailError: false, )}
})); />
} </LocalizationProvider>
}} </FormControl>
error={patient.emailError} </Grid>
helperText={patient.emailError? "Please enter a valid email address" : ""}
/>
</Grid>
<Grid item xs={4} className='collapsable-form-style'>
<TextField
required
variant="outlined"
label="Age"
name="age"
type="number"
placeholder='Please enter your age'
value={type=='display'?patientDataDiplay.age:patient.age}
disabled={type=='display'}
onChange={(e)=>{
setPatient((prevValues:any) => ({
...prevValues,
age: e.target.value,
}));
}}
onBlur={(e) => {
if (e.target.value === "") {
setPatient((prevValues:any) => ({
...prevValues,
ageError: true,
}));
} else {
setPatient((prevValues:any) => ({
...prevValues,
ageError: false,
}));
}
}}
error={patient.ageError}
helperText={patient.ageError ? "Please enter your age" : ""}
/>
</Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid
<FormControl > item
<LocalizationProvider dateAdapter={AdapterDayjs}> xs={12}
<DatePicker xl={3}
label="Date of Birth" lg={4}
value={type=='display'?patientDataDiplay.dateOfBirth:birthDateValue} md={6}
disabled={type=='display'} sm={12}
onChange={(newValue) => { className='collapsable-form-style'
setBirthDateValue(newValue); >
}} <TextField
renderInput={(params) => <TextField variant="outlined" {...params} />} variant='outlined'
/> label='Social Security Number'
</LocalizationProvider> name='socialSecurityNumber'
</FormControl> value={
type == 'display'
</Grid> ? patientDataDiplay.socialSecurityNumber
: patient.socialSecurityNumber
}
disabled={type == 'display'}
onChange={(e) => {
setPatient((prevValues: any) => ({
...prevValues,
socialSecurityNumber: e.target.value,
}));
}}
// onBlur={formik.handleBlur}
// error={formik.touched.socialSecurityNumber && Boolean(formik.errors.socialSecurityNumber)}
// helperText={formik.touched.socialSecurityNumber && formik.errors.socialSecurityNumber}
/>
</Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid
<TextField item
variant="outlined" xs={12}
label="Social Security Number" xl={3}
name="socialSecurityNumber" lg={4}
value={type=='display'?patientDataDiplay.socialSecurityNumber:patient.socialSecurityNumber} md={6}
disabled={type=='display'} sm={12}
onChange={(e)=>{ className='collapsable-form-style'
setPatient((prevValues:any) => ({ >
...prevValues, <TextField
socialSecurityNumber: e.target.value, required
})); variant='outlined'
}} label='Mailing Address'
// onBlur={formik.handleBlur} name='mailingAddress'
// error={formik.touched.socialSecurityNumber && Boolean(formik.errors.socialSecurityNumber)} value={
// helperText={formik.touched.socialSecurityNumber && formik.errors.socialSecurityNumber} type == 'display'
/> ? patientDataDiplay.mailingAddress
</Grid> : patient.mailingAddress
}
disabled={type == 'display'}
onChange={(e) => {
setPatient((prevValues: any) => ({
...prevValues,
mailingAddress: e.target.value,
}));
}}
onBlur={(e) => {
if (e.target.value === '') {
setPatient((prevValues: any) => ({
...prevValues,
mailingAddressError: true,
}));
} else {
setPatient((prevValues: any) => ({
...prevValues,
mailingAddressError: false,
}));
}
}}
error={patient.mailingAddressError}
helperText={
patient.mailingAddressError
? 'Please enter your mailing address'
: ''
}
/>
</Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid
<TextField item
required xs={12}
variant="outlined" xl={3}
label="Mailing Address" lg={4}
name="mailingAddress" md={6}
value={type=='display'?patientDataDiplay.mailingAddress:patient.mailingAddress} sm={12}
disabled={type=='display'} className='collapsable-form-style'
onChange={(e)=>{ >
setPatient((prevValues:any) => ({ <TextField
...prevValues, variant='outlined'
mailingAddress: e.target.value, label='State'
})); name='state'
}} value={type == 'display' ? patientDataDiplay.state : patient.state}
onBlur={(e) => { disabled={type == 'display'}
if (e.target.value === "") { onChange={(e) => {
setPatient((prevValues:any) => ({ setPatient((prevValues: any) => ({
...prevValues, ...prevValues,
mailingAddressError: true, state: e.target.value,
})); }));
} else { }}
setPatient((prevValues:any) => ({ />
...prevValues, </Grid>
mailingAddressError: false,
}));
}
}}
error={patient.mailingAddressError}
helperText={patient.mailingAddressError? "Please enter your mailing address" : ""}
/>
</Grid>
<Grid item xs={4} className='collapsable-form-style'>
<TextField
variant="outlined"
label="State"
name="state"
value={type=='display'?patientDataDiplay.state:patient.state}
disabled={type=='display'}
onChange={(e)=>{
setPatient((prevValues:any) => ({
...prevValues,
state: e.target.value,
}));
}}
/>
</Grid>
<Grid item xs={4} className='collapsable-form-style'> <Grid
<TextField item
variant="outlined" xs={12}
label="City" xl={3}
name="city" lg={4}
value={type=='display'?patientDataDiplay.city:patient.city} md={6}
disabled={type=='display'} sm={12}
onChange={(e)=>{ className='collapsable-form-style'
setPatient((prevValues:any) => ({ >
...prevValues, <TextField
city: e.target.value, variant='outlined'
})); label='City'
}} name='city'
/> value={type == 'display' ? patientDataDiplay.city : patient.city}
</Grid> disabled={type == 'display'}
onChange={(e) => {
<Grid item xs={4} className='collapsable-form-style'> setPatient((prevValues: any) => ({
<TextField ...prevValues,
variant="outlined" city: e.target.value,
label="Zip Code" }));
name="zipCode" }}
value={type=='display'?patientDataDiplay.zipCode:patient.zipCode} />
disabled={type=='display'} </Grid>
onChange={(e)=>{
setPatient((prevValues:any) => ({
...prevValues,
zipCode: e.target.value,
}));
}}
// onBlur={formik.handleBlur}
// error={formik.touched.zipCode && Boolean(formik.errors.zipCode)}
// helperText={formik.touched.zipCode && formik.errors.zipCode}
/>
</Grid>
<Grid item xs={4} className='collapsable-form-style-radioButtons'> <Grid
<FormControl > item
<FormLabel>Gender</FormLabel> xs={12}
<RadioGroup xl={3}
aria-labelledby="demo-radio-buttons-group-label" lg={4}
defaultValue={type=='display'?patientDataDiplay.gender:patient.gender} md={6}
name="radio-buttons-group" sm={12}
onChange={(e)=>{ className='collapsable-form-style'
setPatient((prevValues:any) => ({ >
...prevValues, <TextField
gender: e.target.value, variant='outlined'
})); label='Zip Code'
}} name='zipCode'
sx={{display:'flex', flexDirection:'row'}} value={
> type == 'display' ? patientDataDiplay.zipCode : patient.zipCode
<FormControlLabel }
disabled={type=='display'} disabled={type == 'display'}
value="male" control={<Radio />} label="Male" /> onChange={(e) => {
<FormControlLabel setPatient((prevValues: any) => ({
disabled={type=='display'} ...prevValues,
value="female" control={<Radio />} label="Female" /> zipCode: e.target.value,
</RadioGroup> }));
</FormControl> }}
</Grid> // onBlur={formik.handleBlur}
</Grid> // error={formik.touched.zipCode && Boolean(formik.errors.zipCode)}
</> // helperText={formik.touched.zipCode && formik.errors.zipCode}
) />
} </Grid>
<Grid
item
xs={12}
xl={3}
lg={4}
md={6}
sm={12}
className='collapsable-form-style-radioButtons'
>
<FormControl>
<FormLabel>Gender</FormLabel>
<RadioGroup
aria-labelledby='demo-radio-buttons-group-label'
defaultValue={
type == 'display' ? patientDataDiplay.gender : patient.gender
}
name='radio-buttons-group'
onChange={(e) => {
setPatient((prevValues: any) => ({
...prevValues,
gender: e.target.value,
}));
}}
sx={{ display: 'flex', flexDirection: 'row' }}
>
<FormControlLabel
disabled={type == 'display'}
value='male'
control={<Radio />}
label='Male'
/>
<FormControlLabel
disabled={type == 'display'}
value='female'
control={<Radio />}
label='Female'
/>
</RadioGroup>
</FormControl>
</Grid>
</Grid>
</>
);
}

View File

@ -136,7 +136,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Do you excercise?</FormLabel> <FormLabel>Do you excercise?</FormLabel>
<RadioGroup <RadioGroup
@ -156,7 +160,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-form7'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
disabled={patient.excercise!=='Yes'||type=='display'} disabled={patient.excercise!=='Yes'||type=='display'}
variant="outlined" variant="outlined"
@ -172,7 +180,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
/> />
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Use tobacco?</FormLabel> <FormLabel>Use tobacco?</FormLabel>
<RadioGroup <RadioGroup
@ -192,7 +204,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-form7'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
disabled={patient.tobacco!=='Yes'||type=='display'} disabled={patient.tobacco!=='Yes'||type=='display'}
value={type=='display'?patientDataDiplay.tobaccoExplanation:patient.tobaccoExplanation} value={type=='display'?patientDataDiplay.tobaccoExplanation:patient.tobaccoExplanation}
@ -208,7 +224,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
/> />
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Consume alcohol?</FormLabel> <FormLabel>Consume alcohol?</FormLabel>
<RadioGroup <RadioGroup
@ -228,7 +248,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-form7'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
disabled={patient.alcohol!=='Yes'||type=='display'} disabled={patient.alcohol!=='Yes'||type=='display'}
value={type=='display'?patientDataDiplay.alcoholExplanation:patient.alcoholExplanation} value={type=='display'?patientDataDiplay.alcoholExplanation:patient.alcoholExplanation}
@ -244,7 +268,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
/> />
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Have a healthy diet?</FormLabel> <FormLabel>Have a healthy diet?</FormLabel>
<RadioGroup <RadioGroup
@ -264,7 +292,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-form7'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
disabled={patient.healthyDiet!=='No'||type=='display'} disabled={patient.healthyDiet!=='No'||type=='display'}
value={type=='display'?patientDataDiplay.healthyDietExplanation:patient.healthyDietExplanation} value={type=='display'?patientDataDiplay.healthyDietExplanation:patient.healthyDietExplanation}
@ -280,7 +312,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
/> />
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Get adequate sleep?</FormLabel> <FormLabel>Get adequate sleep?</FormLabel>
<RadioGroup <RadioGroup
@ -300,7 +336,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-form7'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
disabled={patient.sleep!=='No'||type=='display'} disabled={patient.sleep!=='No'||type=='display'}
value={type=='display'?patientDataDiplay.sleepExplanation:patient.sleepExplanation} value={type=='display'?patientDataDiplay.sleepExplanation:patient.sleepExplanation}
@ -316,7 +356,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
/> />
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Is Work/School stressful to you?</FormLabel> <FormLabel>Is Work/School stressful to you?</FormLabel>
<RadioGroup <RadioGroup
@ -336,7 +380,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-form7'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
disabled={patient.workSchool!=='Yes'||type=='display'} disabled={patient.workSchool!=='Yes'||type=='display'}
value={type=='display'?patientDataDiplay.workSchool:patient.workSchool} value={type=='display'?patientDataDiplay.workSchool:patient.workSchool}
@ -352,7 +400,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
/> />
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Family life stressful to you?</FormLabel> <FormLabel>Family life stressful to you?</FormLabel>
<RadioGroup <RadioGroup
@ -372,7 +424,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-form7'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
disabled={patient.familyLife!=='Yes'||type=='display'} disabled={patient.familyLife!=='Yes'||type=='display'}
value={type=='display'?patientDataDiplay.familyLifeExplanation:patient.familyLifeExplanation} value={type=='display'?patientDataDiplay.familyLifeExplanation:patient.familyLifeExplanation}
@ -388,7 +444,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
/> />
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Use recreational drugs?</FormLabel> <FormLabel>Use recreational drugs?</FormLabel>
<RadioGroup <RadioGroup
@ -408,7 +468,11 @@ export default function RecreationalHobbiesSection7({handleFormSection7Data,pati
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={6} className='collapsable-form-style-form7'> <Grid item xs={12}
xl={3}
// lg={4}
md={6}
sm={12} className='collapsable-form-style-form7'>
<TextField <TextField
disabled={patient.drugs!=='Yes'||type=='display'} disabled={patient.drugs!=='Yes'||type=='display'}
value={type=='display'?patientDataDiplay.drugsExplanation:patient.drugsExplanation} value={type=='display'?patientDataDiplay.drugsExplanation:patient.drugsExplanation}

View File

@ -93,7 +93,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
<FormLabel sx={{fontWeight:600}}>Please choose body areas or systems where you may have problems:</FormLabel> <FormLabel sx={{fontWeight:600}}>Please choose body areas or systems where you may have problems:</FormLabel>
</Grid> </Grid>
<Grid container direction="row"> <Grid container direction="row">
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Eyes</FormLabel> <FormLabel>Eyes</FormLabel>
<RadioGroup <RadioGroup
@ -112,7 +116,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Intestines/Bowls</FormLabel> <FormLabel>Intestines/Bowls</FormLabel>
<RadioGroup <RadioGroup
@ -131,7 +139,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Joints/Bones</FormLabel> <FormLabel>Joints/Bones</FormLabel>
<RadioGroup <RadioGroup
@ -150,7 +162,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Allergies</FormLabel> <FormLabel>Allergies</FormLabel>
<RadioGroup <RadioGroup
@ -169,7 +185,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Ears, Nose, Mouth, Throat</FormLabel> <FormLabel>Ears, Nose, Mouth, Throat</FormLabel>
<RadioGroup <RadioGroup
@ -188,7 +208,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Urinary</FormLabel> <FormLabel>Urinary</FormLabel>
<RadioGroup <RadioGroup
@ -207,7 +231,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Skin</FormLabel> <FormLabel>Skin</FormLabel>
<RadioGroup <RadioGroup
@ -226,7 +254,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Psychological/Emotional</FormLabel> <FormLabel>Psychological/Emotional</FormLabel>
<RadioGroup <RadioGroup
@ -245,7 +277,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Heart</FormLabel> <FormLabel>Heart</FormLabel>
<RadioGroup <RadioGroup
@ -264,7 +300,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Muscles</FormLabel> <FormLabel>Muscles</FormLabel>
<RadioGroup <RadioGroup
@ -283,7 +323,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Internal Organs</FormLabel> <FormLabel>Internal Organs</FormLabel>
<RadioGroup <RadioGroup
@ -302,7 +346,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Gynecological menstrual/Brest</FormLabel> <FormLabel>Gynecological menstrual/Brest</FormLabel>
<RadioGroup <RadioGroup
@ -322,7 +370,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Lungs/Breathing</FormLabel> <FormLabel>Lungs/Breathing</FormLabel>
<RadioGroup <RadioGroup
@ -341,7 +393,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Nerves</FormLabel> <FormLabel>Nerves</FormLabel>
<RadioGroup <RadioGroup
@ -360,7 +416,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Blood</FormLabel> <FormLabel>Blood</FormLabel>
<RadioGroup <RadioGroup
@ -379,7 +439,11 @@ export default function SystemReviewSection6({handleFormSection6Data,patientData
</RadioGroup> </RadioGroup>
</FormControl> </FormControl>
</Grid> </Grid>
<Grid item xs={3} className='collapsable-form-style-radioButtons'> <Grid item xs={12}
xl={3}
lg={4}
md={6}
sm={12} className='collapsable-form-style-radioButtons'>
<FormControl> <FormControl>
<FormLabel>Prostate/Testicular/Penile</FormLabel> <FormLabel>Prostate/Testicular/Penile</FormLabel>
<RadioGroup <RadioGroup