Question
I already have the myQA iON beam model for one of my Linac. Now I want to add a beam matched linac to myQA iON, how to do it?
Answer
Pleas follow the steps below:
Step 1
Reach to Beam Model Dictionary: please log in to myQA iON with conf acount, go to Settings - Configuration - Beam model dictionary
Step 2
Make a copy of the content before any modification.
Step 3
Copy and paste of the current items starting with "<Mapping BeamModelID"
Then Change the TreatmentMachineName on the copied items.
For example:
The original Beam Model Dictionary look like this:
<BeamModelMatch>
<Mapping BeamModelID="LinacModel1" DoseCalibrationCorrection="1.000" FluenceMode="FFF" LeafOffsetCorrection="0.0" NominalBeamEnergy="6" TreatmentMachineName="LinacName1"/>
</BeamModelMatch>
After modification:
<BeamModelMatch>
<Mapping BeamModelID="LinacModel1" DoseCalibrationCorrection="1.000" FluenceMode="FFF" LeafOffsetCorrection="0.0" NominalBeamEnergy="6" TreatmentMachineName="LinacName1"/>
<Mapping BeamModelID="LinacModel1" DoseCalibrationCorrection="1.000" FluenceMode="FFF" LeafOffsetCorrection="0.0" NominalBeamEnergy="6" TreatmentMachineName="LinacName2"/>
</BeamModelMatch>
Step 4
Save the change
Step 5
Go to Windows services and restart Scimoca Dose Server. Then it should work.