Merge branch 'feature/view-patient-data' of https://git.seyfertsoft.com/sonika/patient_Information_reactProject into feature/view-patient-data
This commit is contained in:
commit
133725b7a0
@ -20,6 +20,7 @@ import SystemReviewSection6 from './SyestemReviewSection6';
|
||||
import RecreationalHobbiesSection7 from './RecreationalHobbiesSection7';
|
||||
import OtherDetails8 from './OtherDetails8';
|
||||
import PatientImageMarker from '../ImageMarker/PatientImageMarker';
|
||||
import ViewPatientImageMarker from '../ImageMarker/ViewPatientImageMarker';
|
||||
|
||||
const Accordion = styled((props: AccordionProps) => (
|
||||
<MuiAccordion disableGutters elevation={0} square {...props} />
|
||||
@ -431,8 +432,14 @@ export default function PatientForm({type}:Props){
|
||||
<Typography sx={{fontSize:18}}>Patient's Injury Image</Typography>
|
||||
</AccordionSummary>
|
||||
|
||||
<AccordionDetails>
|
||||
<PatientImageMarker />
|
||||
<AccordionDetails>
|
||||
{
|
||||
type === 'fill' ?
|
||||
<PatientImageMarker />
|
||||
:
|
||||
<ViewPatientImageMarker />
|
||||
}
|
||||
|
||||
</AccordionDetails>
|
||||
</Accordion>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user