Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/free text #54

Merged
merged 8 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add newline to test
  • Loading branch information
[email protected] committed Oct 25, 2024
commit 4aab2aeb6b1021cb4e1e0e3e029dcdbe2f854e2e
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@
<Diagnose Tumor_ID="012001">
<Primaertumor_ICD_Code>C43.4</Primaertumor_ICD_Code>
<Primaertumor_ICD_Version>10 2024 GM</Primaertumor_ICD_Version>
<Primaertumor_Diagnosetext>Malignes Melanom oberer Rücken mittig</Primaertumor_Diagnosetext>
<Primaertumor_Diagnosetext>Malignes Melanom oberer Rücken
mittig</Primaertumor_Diagnosetext>
<Primaertumor_Topographie_ICD_O>C44.5</Primaertumor_Topographie_ICD_O>
<Primaertumor_Topographie_ICD_O_Version>33</Primaertumor_Topographie_ICD_O_Version>
<Primaertumor_Topographie_ICD_O_Freitext>oberer quadrant</Primaertumor_Topographie_ICD_O_Freitext>
<Primaertumor_Topographie_ICD_O_Freitext>oberer
quadrant</Primaertumor_Topographie_ICD_O_Freitext>
<Diagnosedatum>02.03.2024</Diagnosedatum>
<Diagnosesicherung>2</Diagnosesicherung>
<Seitenlokalisation>M</Seitenlokalisation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,14 @@
</Morphologie_ICD_O>
</Tumorzuordnung>
<Diagnose>
<Primaertumor_Diagnosetext>Malignes Melanom oberer Rücken mittig</Primaertumor_Diagnosetext>
<Primaertumor_Diagnosetext>Malignes Melanom oberer Rücken
mittig</Primaertumor_Diagnosetext>
<Primaertumor_Topographie_ICD_O>
<Code>C44.5</Code>
<Version>33</Version>
</Primaertumor_Topographie_ICD_O>
<Primaertumor_Topographie_Freitext>oberer quadrant</Primaertumor_Topographie_Freitext>
<Primaertumor_Topographie_Freitext>oberer
quadrant</Primaertumor_Topographie_Freitext>
<Diagnosesicherung>2</Diagnosesicherung>
<Menge_Fruehere_Tumorerkrankung>
<Fruehere_Tumorerkrankung>
Expand Down Expand Up @@ -253,8 +255,10 @@
</Morphologie_ICD_O>
</Tumorzuordnung>
<Pathologie Befund_ID="Befund_ID1">
<Primaertumor_Diagnosetext>Malignes Melanom oberer Rücken mittig-pathologie</Primaertumor_Diagnosetext>
<Primaertumor_Topographie_Freitext>oberer quadrant-pathologie</Primaertumor_Topographie_Freitext>
<Primaertumor_Diagnosetext>Malignes Melanom oberer Rücken
mittig-pathologie</Primaertumor_Diagnosetext>
<Primaertumor_Topographie_Freitext>oberer
quadrant-pathologie</Primaertumor_Topographie_Freitext>
<Diagnosesicherung>2-pathologie</Diagnosesicherung>
<Histologie Histologie_ID="040232-pathologie">
<Tumor_Histologiedatum Datumsgenauigkeit="E">2024-03-02</Tumor_Histologiedatum>
Expand Down