Jump to content

Recommended Posts

Posted

Here is a Medical DICOM WORKLIST RIS Server entirely in Autoit.

Has Procedure Codes

Don't need the thousands of lines of bloated code like other solutions.

 

Instructions:

add patients via telnet port 23

run telnet 127.0.0.1 23
DISP OT YYYYDDMM YYYYDDMM ; show range of patients for modality OT
DISP OT YYYYDDMM ;SHOW TODAYS PATIENTS
DISP ; show whole worklist
to add a patient to the worklist in telnet try: 

10001,John Doe,ACC001,19800101,M,SPS001,Chest X-Ray,RP001,AET1,DX,20260626,09:00,Chest X-Ray,1.2.3.4.5.1,Dr. Smith,1,PCODE01,Chest X-Ray Routine,99LOCAL,Dr. House,ROOM1,ER


 PatientID,PatientName,Accession,BirthDate,Sex,SPSID,SPSDescription,RequestedProcedureID,StationAET,Modality,ScheduledDate,ScheduledTime,RequestedProcDesc,StudyInstanceUID,ReferringPhysicianName,Status,ProcedureCode,ProcedureCodeDesc,CodingScheme,PerformingPhysician,StationName,Location

http://github.com/hugodraker/RIS-Worklist-Server-in-One-Autoit-Script

RIS-Worklist-Server-in-One-Autoit-Script-main.zip

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...