Adding Brand New Revenue/Modality in Radiology. 1) Create/Add new Revenue in BuildFile 2) Create/Add new Dept. in User Manager 3) Go to RADIOLOGY Settings>Unit Accessibility>Registry>Update Imaging Department Settings 4) Enter Description based on create inside Build File then press enter to show list. 5) Input required fields then save. Make sure to set as Active. 6) Go back to RADIOLOGY Settings > by Department Tab and Select the new revenue created. Update/Save desired settings. (This step is to add new row and default settings inside DB tbradiologyrevenues) 7) Open DB then alter spRadio_ViewExams. Add Revenue code in the last "if" statement. 8) Update active switch for RIS. 9) Open Build File/Charging Code then look for newly created Revenue and add exams to it. Step 7: {Start of the code....} if @RevenueID in ('MI','MM','WC','PG','O1','MR','MS','MG','PG','RI','VU','{Your Revenue}') {Rest of the code....} Step 8: use Build_File update TbCoRevenueCode set RISACTIVE = '1' where RevenueID = '{Created Revenue}' ------------------------------------------------------------------------- Check select RecordStatus, rwith,* from BUILD_FILE..TbCoRevenueCode where RevenueID = '{Created Revenue}' This is the condition in the code to show exams Select * From build_file..tbcorevenuecode Where recordstatus = 'A' and rwith = 'Y' Order by ItemName