AIX .BIN files


 
Thread Tools Search this Thread
Operating Systems AIX AIX .BIN files
# 1  
Old 05-14-2014
AIX .BIN files

Hello all..

I am trying to take a .bin file from AIX and create a PDF of the chart that it holds..

I have so far..

extracted the .bin.z file to a windows 7 environment.
decompressed the .z to just a .bin file.

all the more I can do is view the actual binary data in the file...

I now need to get the data back to it form of a medical record chart.

Any ideas???
# 2  
Old 05-15-2014
A few questions:-
  • So, what is the .bin file?
  • Is it one you have created your self?
  • What format is the binary data?
  • How does your binary data file have a chart in it?
  • What PDF create tool do you have?


Robin
This User Gave Thanks to rbatte1 For This Post:
# 3  
Old 05-15-2014
rbatte1 is correct: ".bin" is not a standardized format. It could be everything. Looks like you are on your own.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 4  
Old 05-15-2014
Reply

So, what is the .bin file?

The .BIN file is a file produce in a Navicare Watchchild labor and delivery system for hospitals.

Is it one you have created your self?

The .BIN are created when a mother is hooked up to a fetal monitor.. ie. The flowchart.

What format is the binary data? Im new to formats of .BIN files but I will do some research on different file types for .BIN

What PDF create tool do you have?
Ill use what ever file type that will allow me to view the data in binary file.... NOT the actual binary or Hex or oct digits but the original flow chart that the data represents.

..Also here is the set of the legacy system that I am using. I work from a client computer on a hospitals network and I access with a VPN to the machine. All the patient information is located on a ms server that I can access with sql server. While browsing the schema of the database I located the file location of the flow chart and then discovered that they were in a .z compressed file. my first objective was to decompress, not problem there. That left me with a .BIN. The Navicare Watchchild system obviously has a way to convert these .BIN back to the flow chart image when a patient record is retrieve from the archived system. Im trying to bypass using the user interface say that I may create batch prints of these files without using the client software and programming automation tools.

I hope this helps with clarifying.

Last edited by ChevySS2006; 05-15-2014 at 12:06 PM..
# 5  
Old 05-15-2014
Are the files large? Could you post a sample in [CODE] & [/CODE] tags (suitably edited to preserve anonymity, naturally. Let's not break any confidentiality laws here) and tell us what step you are needing help with?

What are you expecting to draw the chart? Are you thinking push it into Excel then somehow use those functions to make a picture, then grab that and PDF it?

It would be useful to know your logical plan to get there, else we'll end up with a miracle of 20-steps-in-1 being expected.



Robin
This User Gave Thanks to rbatte1 For This Post:
# 6  
Old 05-15-2014
the files are only around 160 kb


I will pull a test dummy record out of the system and share what I can here about the .bin file

.. the objective is to archive old records and convert them into pdf form from these legacy medical record systems. I can automate the task but it still isnt as quick as I would like simply because it has to act as a user going through all the steps of a user to print a flow chart. The automation is quicker and easier than someone just manually pulling the record but I would be so thrilled if I could find a way to by pass the user interface and create a report with SSRS to generate the PDF containing charting info for the patients. What to do with the .BIN is the question.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Usage of #!/bin/sh vs #!/bin/bash shell scripts?

Some question about the usage of shell scripts: 1.) Are the commands of the base shell scripts a subset of bash commands? 2.) Assume I got a long, long script WITHOUT the first line. How can I find out if the script was originally designed für "sh" or "bash"? 3.) How can I check a given... (3 Replies)
Discussion started by: pstein
3 Replies

2. AIX

Redistribution bin required for AIX. j7r164redist.7.1.0.25.bin

Hi, I am planning to install a version of Informatica on my AIX box. It requires a specific java build in pap6470_27sr2-20141101_01(SR2). The current link for IBM 64-bit SDK for AIX®, JavaTM Technology Edition, Version 7 Release 1 has a more recent version in j7r164redist.7.1.0.75.bin. Is... (4 Replies)
Discussion started by: meetpraveens
4 Replies

3. Shell Programming and Scripting

AIX -/usr/bin/expect shows output Don't know why.

Hi, I have been programming with the expect program for a while now and have create a series of menu driven checks for the operations team. One thing I have noticed is that I call a remote script and pass parameters and this is display on the screen....for example. Within the script ... (0 Replies)
Discussion started by: yakky
0 Replies

4. OS X (Apple)

When to use /Users/m/bin instead of /usr/local/bin (& whats the diff?)?

Q1. I understand that /usr/local/bin means I can install/uninstall stuff in here and have any chance of messing up my original system files or effecting any other users. I created this directory myself. But what about the directory I didn't create, namely /Users/m/bin? How is that directory... (1 Reply)
Discussion started by: michellepace
1 Replies

5. AIX

aix:ksh: /usr/bin/rm: 0403-027 The parameter list is too long.

Hi, I am getting the below error message When i am trying to delete the files from the directory.Could you please guide me? rm *.aud ksh: /usr/bin/rm: 0403-027 The parameter list is too long. and find /oracle/admin/testP/adump/*.aud -mtime +5 -exec rm {} \; ksh: /usr/bin/find:... (3 Replies)
Discussion started by: nokiae63
3 Replies

6. UNIX for Dummies Questions & Answers

Ownership of files in bin directory

When I checked to see who or what owns the files in my bin directory I noticed that some were owned by root while many others were owned by bin. Should I be concerned that there are files in this directory owned by bin or is bin the same as root as it pertains to limiting access to the files in... (3 Replies)
Discussion started by: j490428
3 Replies

7. UNIX for Dummies Questions & Answers

fuser: difference with bin/sh and bin/ksh shell script

Hi, I have a problem I don't understand with fuser. I launch a simple shell script mysleep.sh: I launch the command fuser -fu mysleep.sh but fuser doesn't return anything excepted: mysleep: Then I modify my script switching from #!/bin/sh to #!/bin/ksh I launch the command fuser -fu... (4 Replies)
Discussion started by: Peuj
4 Replies

8. UNIX for Dummies Questions & Answers

reading .bin files

Is there a command to reading the contents of files with .bin extension? (1 Reply)
Discussion started by: eastcoast_uix
1 Replies

9. UNIX for Dummies Questions & Answers

.bin files

How do I extract .bin files for instalation? (2 Replies)
Discussion started by: djtrippin
2 Replies

10. UNIX for Dummies Questions & Answers

/bin/sh: /usr/bin/vi: No such file or directory when doing crontab

I just set up an ftp server with Red Hat 5.2. I am doing the work, I'm baby stepping, but it seems like every step I get stuck. Currently, I'm trying to set up a crontab job, but I'm getting the following message: /bin/sh: /usr/bin/vi: No such file or directory. I see that vi exists in /bin/vi,... (3 Replies)
Discussion started by: kwalter
3 Replies
Login or Register to Ask a Question