LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-03-2009, 03:36 PM   #1
Skywalker111
Member
 
Registered: Jun 2009
Posts: 33

Rep: Reputation: 15
Calling all anesthetists


Do any anesthetists using Linux use a Linux based program to record their log book for the Royal College? The college uses Handbase but this isn't compatible with Linux. If so what program do you use?

Thanks
 
Old 07-03-2009, 07:29 PM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
I can understand if you're trying due to lack of response to http://www.linuxquestions.org/questi...ndbase-734827/ but isn't this somewhat of a duplicate that thread? If so it could be merged to keep your discussion in one place. Have you tried running it under WINE?
 
Old 07-03-2009, 07:45 PM   #3
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Out of curiosity I've looked around and it seems that this books are in pdb format, which is some kind of dockbook or something like that. They are not executable programs I think, so it's really a matter of finding a program for linux that can open them, rather than finding how to "run" them.

Or... finding a pdb reader for Windows that can work on wine. I've never seen a pdb file before so I couldn't really tell where to start looking. But maybe this new orientation will reach to a better end.
 
Old 07-04-2009, 05:43 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Google .. open pdb file ..

http://www.fileinfo.com/extension/pdb
> > "Program(s) that open pdb files"
> Linux : txt2pdbdoc

sudo apt-get install txt2pdbdoc
.....
 
Old 07-04-2009, 06:33 AM   #5
Skywalker111
Member
 
Registered: Jun 2009
Posts: 33

Original Poster
Rep: Reputation: 15
I have installed WINE & tried opening Handbase but nothing happens. I have installed txt2pdbdoc (see above) but what do I do next?

Thanks in advance.
 
Old 07-04-2009, 07:18 AM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by Skywalker111 View Post
I have installed WINE & tried opening Handbase but nothing happens.
I'm sorry to see no ready-made solution could be offered but you might be able to play a part making things better. If you feel up for it you could try running it with winedbg instead in the hope it'll emit something of use (see this and this). If that doesn't work or it isn't your cup of %beverage or if there aren't any better solutions you could try the wine-users mailing list. Searching WineHQ for "handbase" doesn't yet turn up any results which may be a good or a bad thing depending on your point of view.
 
Old 07-04-2009, 07:48 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The package 'txt2pdbdoc' provides :
/usr/bin/html2pdbtxt
/usr/bin/pdbtxt2html
/usr/bin/txt2pdbdoc

Please open a terminal window, and the command
pdbtxt2html <file>.pdb > newfile.html
will convert your pdb file into a html document,
which can easily be viewed in a browser.
.....
.....
The perl module pdbviewer.pl can be used too,
providing a GUI.
http://www.perlmol.org/examples/pdb_viewer/
> > pdbviewer.pl ... is attached as pdbviewer.pl.txt

PerlMol is required too : 1) sudo cpan
2) cpan > install Chemistry::Mol PerlMol
(.... 3) perl pdbviewer.pl <file.pdb>
.... the example.pdb can be used.)

http://www.perlmol.org/download.html
http://www.perlmol.org/download.html#cpan
.....
Attached Files
File Type: txt pdbviewer.pl.txt (2.8 KB, 5 views)

Last edited by knudfl; 07-04-2009 at 07:56 AM.
 
Old 07-10-2009, 07:00 AM   #8
Skywalker111
Member
 
Registered: Jun 2009
Posts: 33

Original Poster
Rep: Reputation: 15
Thanks. I have actually managed to get Handbase working in Wine but I just need to get my PDA syncing with my PC which I am struggling with.
 
Old 07-10-2009, 08:04 AM   #9
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by Skywalker111 View Post
Thanks. I have actually managed to get Handbase working in Wine
Care to share steps concisely?


Quote:
Originally Posted by Skywalker111 View Post
I just need to get my PDA syncing with my PC which I am struggling with.
If that means mcrsft WINE app > mcrsft then that probably means using mcrsft Sync tools and I'd suggest opening a separate thread in /General for that, elif that means mcrsft WINE app > GNU/Linux then I'd suggest opening a separate thread in Linux General. (fi)
 
Old 07-10-2009, 08:24 AM   #10
Skywalker111
Member
 
Registered: Jun 2009
Posts: 33

Original Poster
Rep: Reputation: 15
I uninstalled Handbase & got the programme direct from the website rather than my external hard drive. I then reinstalled it in WINE and hey presto it worked!
 
Old 07-10-2009, 08:31 AM   #11
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
That's good to know if somebody else comes looking for this, thanks.
 
Old 07-10-2009, 04:49 PM   #12
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
I uninstalled Handbase & got the programme direct from the website rather than my external hard drive. I then reinstalled it in WINE and hey presto it worked!
This information really isn't helpful to anyone at all. Eg "& got the programme direct from the website".
What "website" ? Perhaps you might consider it appropriate to paste a link here, for others to follow.

Other people searching for these terms might appreciate reading the exact steps you went through to achieve "it worked!".

Please post them as a HOWTO, or just do your best with details of what you did.

Otherwise your RCOA or deanery RITA form might just be filled in to say "Teaching skills = Useless"

Please re-read this thread from the beginning. Your question is answered, now, please share your "solution".
 
Old 07-20-2009, 03:43 AM   #13
Skywalker111
Member
 
Registered: Jun 2009
Posts: 33

Original Poster
Rep: Reputation: 15
1) Install WINE via Synaptic Package Manager (System/Administration/Synaptic Package Manager)
2) Go to
http://www.js.berrington.btinternet..../inst_hb3.html
3) Follow the instructions as listed on the website according to your device.
4) Open with WINE (Applications/Wine/Programs/Handbase4/Handbase Desktop)
 
Old 07-20-2009, 12:17 PM   #14
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
That's better.
Thank you for the update.
It's a shame you have to use WINE. Maybe one day HanDbase will come up with a version for linux.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Royal College of Anesthetists Logbook (Handbase) Skywalker111 Linux - Software 3 07-04-2009 04:18 AM
calling X of another machine cjagdish69 Linux - Software 1 03-06-2009 12:02 AM
calling a terminal through c# Deadbeat456 Linux - Software 0 07-08-2008 10:58 AM
Need help calling all gurus m0dd3r43v3r Linux - Wireless Networking 12 09-03-2007 06:23 AM
odd recursion: calling "by hand" vs calling by cronscript... prx Programming 4 02-12-2005 04:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration