On the 3 field we are getting string similar to this format.
Select a diagnosis:->Atrial Fibrillation (427.31)
I need to pull the 427.31 from between the parenthesis and drop into a variable and also the Atrial Fibrillation needs to be in another variable. Then they will be put back together in this format.
I am told that the number between the parenthesis are the ICD-9 codes and the string between the -> and the ( is the description of the code.
DG1|1|ICD-9-CM|427.31|ATRIAL FIBRILLATION|
I could use some help on commands to pull the Numeric code and the string between the -> and (.