PROCEDURE :
@if(mevalue($json,['finding_as_above_cystonum','cystoscope_was_done_with_sheath_cysto','finding_as_above_cysto']))
- Cystoscope was done with sheath {{@$json->cystoscope_was_done_with_sheath_cysto}} length {{@$json->length_procedure_cysto}} cm.
finding as above {{@$json->finding_as_above_cysto}}
@if(@$json->finding_as_above_cystonum!="")
{{@$json->finding_as_above_cystonum}} cm.
@endif
@endif
@if(mevalue($json,['cystoscope_was_done_with_sheath_cysto']))
- Cystoscope was done with sheath {{@$json->cystoscope_was_done_with_sheath_cysto}} length {{@$json->length_procedure_cysto}} cm.
@endif
@if(mevalue($json,['cystoscope_was_done_with_sheath_cysto']))
- Cystoscope was done with sheath {{@$json->cystoscope_was_done_with_sheath_cysto}}
@endif
@if(mevalue($json,['cystolitholapraxy_cysto','length2_procedure_cysto']))
- Cystolitholapraxy was done with sheath {{@$json->cystolitholapraxy_cysto}} length {{@$json->length2_procedure_cysto}} cm.
@endif
@if(mevalue($json,['cystolitholapraxy_cysto','length2_procedure_cysto']))
- Cystolitholapraxy was done with sheath {{@$json->cystolitholapraxy_cysto}}
@endif
@if(mevalue($json,['urethra_was_dilated_cysto']))
- Urethra was dilated with sound dilator {{@$json->urethra_was_dilated_cysto}}
@endif
@if(mevalue($json,['forley_cath_cysto','forley_cath_cystonum']))
- Forley cath
@if(@$json->forley_cath_cysto=="two way")
two way
@endif
@if(@$json->forley_cath_cysto=="three way")
three way {{@$json->forley_cath_cystonum}} was replaced
@endif
@if(@$json->forley_cath_cysto=="SPC")
SPC
@endif
@if(@$json->forley_cath_cysto=="Forley cath#")
Forley cath# {{@$json->forley_cath_cystonum}}
@endif
@if(@$json->forley_cath_cysto=="Four wiring#")
Four wiring# {{@$json->forley_cath_cystonum}} was replaced
@endif
@endif
@if(mevalue($json,['case_freetext']))
{{without_tagP($json->case_freetext)}}
@endif
@if(@$json->cystoscope_was_done_with_sheath_cysto=="" && @$json->length_procedure_cysto=="" && @$json->finding_as_above_cysto==""
&& @$json->finding_as_above_cystonum=="" && @$json->cystolitholapraxy_cysto=="" && @$json->length2_procedure_cysto==""
&& @$json->urethra_was_dilated_cysto=="" && @$json->forley_cath_cysto=="" && @$json->forley_cath_cystonum==""
&& @$json->case_freetext=="")
None
@endif
|