by milos » Tue Jan 27, 2009 2:55 am
Thank you for the prompt answer. In a rush I made an error in explaining. I will try to explain what I need. The DgList table consist of two fields Diagnosis (primary key) and ICD10 code for diagnosis. Some slightly different diagnoses can have the same ICD10 code. Diagnosis table has three fields: VisitID, Diagnosis and ICD10. This table keeps a list of all diagnosis during particular visit for a patient. During each visit the patient can have one or more diagnosis. Physicians usually know the diagnosis, but not ICD10 code. Therefore, physician chooses the diagnosis from the valuelist. So far everything was simple. The diagnosis is added to Diagnosis table. Now, I would like to add ICD10 code for that particular diagnosis from the DgList table to the Diagnosis table, based on the previously chosen diagnosis, and I don’t know how to do it.
Milos