Forum Replies Created
-
AuthorReplies
-
I am still getting my vtext.com texts…..
Is it just with new phones there is an issue?
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.I know the feeling…..I came from a hospital being the only cloverleaf person for several years….and then I got recalled for the Navy…..My hospital hired a contract programmer to come in while I was gone. I was only gone for 5 months, but there wasn’t any issues.
I am currently working for that company and have to say, it’s a great option for that lone interface person. It’s piece of mind when/if you go “off the grid” and don’t have any other options. I can send you info for the company I work for.
With all that said…you need vacations!!! It’s healthier for you!
Thanks,
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.January 29, 2018 at 7:56 pm in reply to: Anyone have any words of wisdom to share for 6.1 or 6.2? #85348Update on this from our upgrade(s)..We ended up going with 6.1.2 for the first client..everything was pretty smooth except when we came up on live…had issues with the number of CPU’s not being enough…they added CPU’s and the engine started purring again.
Also, that upgrade we moved from Unix to Windows and experience several issues with bat scripts replacing the ksh/csh scripts. But we worked out those issues without too much of a headache.
We are currently working on another Windows upgrade to 6.2.2 and the main issue inside of Cloverleaf we are seeing are with variants instead of just putting a warning in the logs…it’s removing the segments…This client is on 6.0 and it isn’t doing that. So we fixed the variants and that helped….Also funny thing with Tables…if the Table was using a default value, the 6.0 version left the Original value, CL6.2 was taking the default. So we tweaked those Tables…
The bat scripts have been another problem area….working on a script that needed to stop/start a thread to get a charge batch file off and the script quits working after the hcicmd -p process -c “thread pstop” command line…it stops the thread, but exits out of script….my work around here was to create a separate stop/start bat script…pheww that worked. Also always seem to have weird permissions issues on Windows….
I think the Windows users should get together sometime and compare notes!!
Thanks all for your feedback.
Donna
Will be putting the second client to production soon…
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.I’ve worked with several versions of meditech and haven’t needed anything special..it goes into a “sleep mode”, but should connect right back up when the next message is ready to send.
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.Just getting a new script running on windows for cycle save(from fellow clovertecher)….I have a section with:
global env
#######################################
# Pull site & root from environment #
#######################################
set WrkDir [setHciDirs]
set site $env(HCISITE)
set rootdir $env(HCIROOT)
echo “HCISITE=$site HCIROOT=$rootdir”
Not sure if that helps..this tcl is being called from a bat script…
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.November 10, 2017 at 3:24 am in reply to: Anyone have any words of wisdom to share for 6.1 or 6.2? #85346James do you have any update on your upgrade…any gotchas…
Thanks,
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.If the scripts aren’t there ….you possibly only have the revision..is there an install_update script….make sure you have the original version. It would be all 0’s after the 6020000.
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.Peter,
Thanks again for the info….
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.Hoping to get more info from CDC consultant next week…so you are saying we will need to send to HISP and they will send on to the CDC?
Thanks,
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.Thank you Peter…will certainly have to verify that…
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.July 5, 2017 at 5:21 pm in reply to: Anyone have any words of wisdom to share for 6.1 or 6.2? #85328Thanks David…we are definitely going to windows….I’ve had some opportunity to work some with CL6.1 but not much….I don’t see much on clovertech regarding CL6.2…so was trying to get input from other…Thank You.
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.Sorry …should’ve uncommented one of the mailx lines…this was used on test and after testing we didn’t need the email…
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.Maybe can use this..set up an xlt tcl…would have to pass what ever you need as an argument…
if {$mailflag == “Y”} {
set email_msg “The following information is for:n Patient Name: $namen Account: $acct n Dependent Name: $cname n filenumber: $filenum n filetype: $filetype n lkupcodes:$lkupcodes_all n Issues found: $all_errors n n n Message:$segs “
#set email_mss for:n Patient Name: $namen Account: $acct n Test Ordered: $testname n Collection Date: $col_dtn Specimen Source: $obr15 n Reported Organism: $trm_nte3″
echo “email message: $email_msg”
# system echo “$email_msg” | mailx -s “TEST TEST TEST UHC Ack Msg received” mmagnanti@romehospital.org
#system echo “$email_msg” | mailx -s “TEST TEST TEST UHC Ack Msg received” $maillist
}
Hope this helps…
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.What is your operating system?
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc.I have a thread that prints to a printer using tcp-ip with IP/Port assigned to the printer…
Donna
Donna Bailey
Tele: 315-729-3805
dbailey@microstar.health
Micro Star Inc. -
AuthorReplies