Sign inSign up

samindcon/vehu

By samindcon

Updated almost 4 years ago

VEHU VistA on YottaDB With Octo and YottaDB GUI

Image
0

568

samindcon/vehu repository overview

Run VistA VEHU Demo

Run this first to download VistA. This will require several minutes before the system completes the setup. On a faster internet connection, it should take about 1-2 minutes.

docker run -d -p 2222:22 -p 8001:8001 -p 9430:9430 -p 8089:8089 -p 1338:1338 --name vehu samindcon/vehu

Once it is done, wait 10 seconds. Then, To get into roll and scroll, type

docker exec -it vehu su - vehu -c 'mumps -r ZU'

If that fails, you can ssh into the environment, like this:

ssh -p2222 vehutied@localhost

Password is tied.

On Windows, you can use command line ssh or PuTTY, an open source ssh client.

Your access and verify codes are shown in the screen, but here they are for reference:

     VEHU or CPRS DEMO INSTANCE - Patched to June 2017.
 
     NAME                     ACCESS    VERIFY    E SIG
     ----                     ------    ------    -----
     PROGRAMMER,ONE           PRO1234   PRO1234!! 123456
     PROVIDER,VERO            CAS123    CAS123..  123456
     PROVIDER,FORTY           PROV40    PROV40!!  123456
     VEHU,TEN                 10VEHU    QXYG~011  123456
     PHARMACIST,EIGHT         PHA1234   PHA1234!! 123456
     LABTECH,ELEVEN           LABT11    LABT11!!  123456
     LABTECH,FIFTEEN          LABT15    LABT15!!  123456
     LABTECH,EIGHT            LAB1234   LAB1234!! 123456
     TDNURSE,ONE              1TDNURSE  BDNURSE1! 123456
     LABTECH,FIFTY            LABT50    LABT50!!  123456
     LABTECH,FIFTYEIGHT       LABT58    LABT58!!  123456
     PROVIDER,FIVE HUNDRED    PRO500    PRO500!!  123456
     PCMM,FOUR                PR12345   PR12345!! 123456
     PROVIDER,EHMP            EHMP123   PREH123!! 123456
     USER,PANORAMA            PU1234    PU1234!!  123456
     XIU,MARGARET             MX1234    MX1234!!  123456
     KHAN,VIHAAN              VK1234    VK1234!!  123456
     KEELEY,TRACY             TK1234    TK1234!!  123456
     DAY,MICHAEL              MD1234    MD1234!!  123456
     ZZZ,ZZZ                  ZZZ001    001XXX!!  123456

Programmer (i.e. Direct) mode can be reached using either: docker exec -it vehu su - vehu -c 'mumps -dir' or ssh -p2222 vehuprog@localhost with password prog.

VistA Clients

The version of the clients you use depends on the version of VEHU you download. If you download the latest one (as per the instructions above), you should get the latest clients from the below table:

Don't forget to change the target of the shortcut (or to create the shortcut) as described in: https://www.osehra.org/content/install-vistarpms-clients.

Connecting Octo

Use Squirrel SQL using the instructions here, and connect to port 1338 on the docker container. (Most of the time, that will be localhost:1338). You can use this query SELECT * FROM ORDER_STATUS; to test it.

Connecting to YottaDB GUI

Point your browser to port 8089 on the docker container. Most of the time, that will be http://localhost:8089/

Docker VEHU Container management

To stop the container, type docker stop vehu To restart the container, type docker restart vehu. Any changes you made will still be there. To delete the container, type docker rm vehu. You will lose all your data. To delete the downloaded image, type docker rmi osehra/vehu. If you do docker run... again, you will have to download it again.

Tag summary

Content type

Image

Digest

sha256:5d26ce9c2

Size

1.4 GB

Last updated

almost 4 years ago

docker pull samindcon/vehu