Relative Content

Tag Archive for spring-bootjavafx

Saving a selected item from one table to another

I have a program that displays diagnosis codes that can be assigned to a person. I imported a few diagnosis codes into a mssql table. Within the program all the codes display correctly. The end user would select the appropriate code and click save. Then the code is saved or updated into the diagnosis code column within the person table.