Signature html

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:

Signature html

Post by mmazon » Thu Jul 25, 2013 1:12 am

Hi.
We´ve used to add some <br><br> tags in the signature block line 3, in some of our radiologists, to guarantee that the data tag stays below the signature image. From some days ago, we´ve noted that all the <br><br> tags disapeared, and we can´t add it anymore, causing our signature block to appear incorrect, like this:

Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP
< here goes the signature image >
< here goes the signature image >
< here goes the signature image > 11 de Julho de 2013 23h46min52s BRT
< here goes the signature image >


With the previous <br><br>....<br>, we got:

Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP
< here goes the signature image >
< here goes the signature image >
< here goes the signature image >
< here goes the signature image >
11 de Julho de 2013 23h46min52s BRT

What can be done to correct this ? Thank you
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: Signature html

Post by john (from OnePacs) » Thu Jul 25, 2013 8:58 am

Actually we are now cleaning up trailing <br>s because they were inadvertently making their way into many places apparently.

What you are doing should work if you use paragraph tags instead, i.e.

<p> </p>

Can you try that instead?

Thanks

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

Re: Signature html

Post by mmazon » Fri Aug 02, 2013 1:40 pm

Didn´t work...

tried:
<p><img width="41" height="38" align="left" src="/template-img/rg_folder_12345/E-sign/*****.jpg"/></p>

and get:

Assinado eletronicamente por:
Dra. Bla Bla Bla
CRM XXX.XXX-SP

< here goes the signature image >
< here goes the signature image >
< here goes the signature image > 11 de Julho de 2013 23h46min52s BRT
< here goes the signature image >


<p><span><img width="41" height="38" align="left" src="/template-img/rg_folder_12345/E-sign/*****.jpg"/></span></p>
does the same
Mário Arnaldo Mazon, Md
PersonalRad - Inovative Radiology Solutions
http://www.personalrad.com.br

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

Re: Signature html

Post by justin » Fri Aug 02, 2013 2:05 pm

I don't believe your problem is actually the trailing BR tags being removed. It appears that the report date is floating next to the img tag you have embedded into your radiologists signature.

In your report templates you could do something like this:

Code: Select all

<div style="clear: left;">$REPORT_SUBMISSION_DATE_TIME</div>

Or use a table or other containers to prevent floating.

Thanks,

Jusitn

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

Re: Signature html

Post by mmazon » Fri Aug 02, 2013 2:38 pm

Tried, but cant save the report template after html editing it...I´ve selected the report template, clicked in Edit -> Html icon -> opened new windows with html code... changed the code and clicked update. Clicked save... no sucess.
Mário Arnaldo Mazon, Md
PersonalRad - Inovative Radiology Solutions
http://www.personalrad.com.br

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

Re: Signature html

Post by justin » Fri Aug 02, 2013 7:30 pm

You'll have to be more specific about what you mean by "no success." I was able to update html in several templates without issue. Keep in mind that if you enter invalid html it will remove the invalid fragments.

Thanks,

Justin

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

Re: Signature html

Post by mmazon » Tue Aug 06, 2013 11:03 pm

I´ve sent a msg to admin with username and template.
Mário Arnaldo Mazon, Md
PersonalRad - Inovative Radiology Solutions
http://www.personalrad.com.br

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

Re: Signature html

Post by justin » Wed Aug 07, 2013 8:10 am

Hi Mário,

I made the changes described above to your template and the changes saved. I can also confirm that the signature date/time now correctly breaks onto the line below the signature image.

Best,

Justin

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

Re: Signature html

Post by justin » Wed Aug 07, 2013 10:04 am

In your email you mentioned you were using Chrome. I was able to reproduce some odd behavior using Chrome v28 with the report template editor. For now, you can use any other browser (FireFox is recommended) while we investigate.

Thanks,

Justin

Locked