Report misconfiguration

Historical record of a forum that was for discussion of the setup, configuration, and use of OnePacs for research and educational purposes (non-clinical use).

Please direct any support inquiries through the standard OnePacs ticketing and support system.

The "Announcements" forum will continue to be active and contain announcements related to the OnePacs system.
Locked
mmazon
Posts: 41
Joined: Fri Mar 30, 2012 9:49 am
Location: São Paulo / Brazil
Contact:

Report misconfiguration

Post by mmazon » Thu Mar 07, 2013 11:57 am

Hi.
We have a report where the signature block (not images, just the 1.st and 2.st line of signature configured in the user properties) appear over the report text, and not below. This do not occur in the pdf version, but when we open the web version of the report and even when we print the report.
This user has many others reports with no problem, and no recent reconfiguration in user properties. Aparently, this wrong behaviour just appeared in a specific study, which we deleted and re-sent to onepacs, but the problem persists.
Here is the link
[edited out]
Mário Arnaldo Mazon, Md
PersonalRad - Inovative Radiology Solutions
http://www.personalrad.com.br

john (from OnePacs)
Posts: 195
Joined: Wed Jun 20, 2012 5:14 am

Re: Report misconfiguration

Post by john (from OnePacs) » Thu Mar 07, 2013 12:16 pm

Interesting. I wonder if there may be some weird HTML in the report somehow that is messing things up. Was the report composed first on a word processor or some other program that might have inserted some hidden stuff into the text that could have wound up doing this? You might try using the "remove formatting" button in the text editor to try to clean out any hidden formatting that could be in there. Select all the text of the report then click "remove formatting" button. I'll attach a picture.

Btw I edited out the link to the report, we have it now. There's actually no reason the link can't be in your post, security or otherwise, it just contains a reference number and no protected/private info, and nobody who wasn't logged into onepacs, and given permission by you to view the reports, would be able to actually see it anyway. But maybe it just looks better to edit it out.
Attachments
Screen Shot 2013-03-07 at 12.14.50 PM.png
Screen Shot 2013-03-07 at 12.14.50 PM.png (15.69 KiB) Viewed 6719 times

justin
Posts: 371
Joined: Wed Nov 26, 2008 2:34 pm

Re: Report misconfiguration

Post by justin » Thu Mar 07, 2013 12:17 pm

It looks like you have an open div tag in your template.

Justin
Attachments
Screen Shot 2013-03-07 at 11.15.38 AM.png
Screen Shot 2013-03-07 at 11.15.38 AM.png (27.03 KiB) Viewed 6719 times

john (from OnePacs)
Posts: 195
Joined: Wed Jun 20, 2012 5:14 am

Re: Report misconfiguration

Post by john (from OnePacs) » Thu Mar 07, 2013 12:18 pm

Ok what he said, then. :)
Can you edit the report template and close the </div> tag?

mmazon
Posts: 41
Joined: Fri Mar 30, 2012 9:49 am
Location: São Paulo / Brazil
Contact:

Re: Report misconfiguration

Post by mmazon » Thu Mar 07, 2013 11:46 pm

I've checked the template (standard report texts) and can´t find an open "div". Re-checked, and counted the number of <div> and </div> and they are the same.
I asked my physician if she wrote the report outside onepacs interface and copy/cut it, and if she used our report template (mask) or some other... as soon as she answer me, i´ll let you know.
Thank you by onepacs team attention ! You´re great !
Mário Arnaldo Mazon, Md
PersonalRad - Inovative Radiology Solutions
http://www.personalrad.com.br

jeremy
Posts: 140
Joined: Wed Nov 26, 2008 8:34 am

Re: Report misconfiguration

Post by jeremy » Fri Mar 08, 2013 11:41 am

The report body defines two div tags that define a specific style height. height: 158px . These two div tags appear to only be used to contain other elements. Getting rid of the height in the style tags of both of these div elements should allow the browser to adjust the position of the signature text to the bottom of the report.

Locked