awacke1 commited on
Commit
df3570a
·
1 Parent(s): e687dcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +29 -0
app.py CHANGED
@@ -163,6 +163,35 @@ PR0029CIRCULATION -> Varicosities
163
  }
164
  ''')
165
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
 
167
  df = pd.read_csv("testfile.csv")
168
  @st.cache
 
163
  }
164
  ''')
165
 
166
+ st.graphviz_chart('''
167
+ digraph {
168
+ PR0029CIRCULATION -> Anatomy -> Physiology
169
+ PR0029CIRCULATION -> Cardiac -> Care
170
+ PR0029CIRCULATION -> Continuityof -> Care
171
+ PR0029CIRCULATION -> Coping -> Skills
172
+ PR0029CIRCULATION -> Dietary -> Management
173
+ PR0029CIRCULATION -> Durable -> Medical -> Equipment
174
+ PR0029CIRCULATION -> Exercises
175
+ PR0029CIRCULATION -> Finances
176
+ PR0029CIRCULATION -> Infection -> Precautions
177
+ PR0029CIRCULATION -> Laboratory -> Findings
178
+ PR0029CIRCULATION -> Medical -> Dental -> Care
179
+ PR0029CIRCULATION -> Medication -> Action -> SideEffects
180
+ PR0029CIRCULATION -> Medication -> Administration
181
+ PR0029CIRCULATION -> Medication -> SetUp
182
+ PR0029CIRCULATION -> Mobility -> Transfers
183
+ PR0029CIRCULATION -> Nursing -> Care
184
+ PR0029CIRCULATION -> Personal -> Hygiene
185
+ PR0029CIRCULATION -> Relaxation -> Breathing -> Techniques
186
+ PR0029CIRCULATION -> Safety
187
+ PR0029CIRCULATION -> Screening -> Procedures
188
+ PR0029CIRCULATION -> SignsSymptoms -> MentalEmotional
189
+ PR0029CIRCULATION -> SignsSymptoms -> Physical
190
+ PR0029CIRCULATION -> Support -> Group
191
+ PR0029CIRCULATION -> Support -> System
192
+ PR0029CIRCULATION -> Wellness
193
+ }
194
+ ''')
195
 
196
  df = pd.read_csv("testfile.csv")
197
  @st.cache