WinKey+S or WinKey+R<Enter> or <Return>).dir and cd should be enough for this...” means “the directory above this one” (e.g., “cd ..” means “go up one folder”).python to start the Python interpreter.Note: You can quit Python at any time using the command “quit()”. If you’ve started Python in the wrong directory, the easiest thing to do is probably to just “quit()” Python, “cd” into the correct folder, then run “python” again.
Run the following at the Python prompt; you should be able to simply follow the GUI from there if it is working properly:
from qamgr import *
q = GuiQAMgr()Run the following at the Python prompt:
from qamgr import *
q = QAMgr()You should be prompted to enter your initials and choose a DICOM RP file. Then simply run the following command:
q.run()This will automatically complete the process and will prompt you for action when necessary. If you encounter trouble, you may need access to the individual objects; they are described on the next page.