Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -252,21 +252,21 @@ def page2():
|
|
252 |
col1, col2 = st.columns(2)
|
253 |
|
254 |
with col1:
|
255 |
-
if st.button("
|
256 |
-
query = "
|
257 |
-
if st.button("
|
258 |
-
query = "
|
259 |
-
if st.button("
|
260 |
-
query = "
|
261 |
|
262 |
|
263 |
with col2:
|
264 |
-
if st.button("
|
265 |
-
query = "
|
266 |
-
if st.button("Was
|
267 |
-
query = "Was
|
268 |
-
if st.button("
|
269 |
-
query = "
|
270 |
|
271 |
|
272 |
if query:
|
|
|
252 |
col1, col2 = st.columns(2)
|
253 |
|
254 |
with col1:
|
255 |
+
if st.button("Wann kodiere ich etwas als Hauptdiagnose und wann als Nebendiagnose?"):
|
256 |
+
query = "Wann kodiere ich etwas als Hauptdiagnose und wann als Nebendiagnose?"
|
257 |
+
if st.button("Ein Patient wird mit Aszites bei bekannter Leberzirrhose stationär aufgenommen. Es wird nur der Aszites durch eine Punktion behandelt.Wie kodiere ich das?"):
|
258 |
+
query = ("Ein Patient wird mit Aszites bei bekannter Leberzirrhose stationär aufgenommen. Es wird nur der Aszites durch eine Punktion behandelt.Wie kodiere ich das?")
|
259 |
+
if st.button("Hauptdiagnose: Hirntumor wie kodiere ich das?"):
|
260 |
+
query = "Hauptdiagnose: Hirntumor wie kodiere ich das?"
|
261 |
|
262 |
|
263 |
with col2:
|
264 |
+
if st.button("Hauptdiagnose: Schizophrenie, wie kodiere ich das?"):
|
265 |
+
query = "Hauptdiagnose: Schizophrenie, wie kodiere ich das?"
|
266 |
+
if st.button("Was muss ich bei der Kodierung der Folgezusänden von Krankheiten beachten?"):
|
267 |
+
query = "Was muss ich bei der Kodierung der Folgezusänden von Krankheiten beachten?"
|
268 |
+
if st.button("Was mache ich bei einer Verdachtsdiagnose, wenn mein Patien nach Hause entlassen wird?"):
|
269 |
+
query = "Was mache ich bei einer Verdachtsdiagnose, wenn mein Patien nach Hause entlassen wird?"
|
270 |
|
271 |
|
272 |
if query:
|