In the function remisse draft, on line 1018, it now says:
pg2.add_run("Gen-fusjoner: ")
text4 = pg2.add_run("Ingen funn av sikker klinisk betydning.\n")
We would like to keep this text if RNA is sequenced. But if there are no RNA, we would like to instead print
pg2.add_run("Gen-fusjoner: ")
text4 = pg2.add_run("RNA ikke analysert\n")
In the function remisse draft, on line 1018, it now says:
pg2.add_run("Gen-fusjoner: ")
text4 = pg2.add_run("Ingen funn av sikker klinisk betydning.\n")
We would like to keep this text if RNA is sequenced. But if there are no RNA, we would like to instead print
pg2.add_run("Gen-fusjoner: ")
text4 = pg2.add_run("RNA ikke analysert\n")