Closed id2359 closed 1 year ago
When baseline is missing the code self.df["SEQ"] = self.df.groupby("PID").cumcount()
self.df = self._assign_seq_names(self.df)
will assign seq 0 to the first record ( a followup) This gets named baseline
The dataframe has a type column which is baseline or followup so this should be used as an input to a custom groupby in pandas and cumcount needs to be dropped.
CRC –
The movement between tabs in Individual dashboards is working as expected now in staging 6.6.46 - SIGNING OFF
I needed a new patient to see how CRC will react given that LC and BC react differently (see above). I created patient = Baseline TESTINGMISSING and added a 6 month PROMs but no baseline.
[x] Like LC, CRC put the 1st f/up into the baseline column even though baseline is missing and the text in the symptom tabs telling me that baseline is missing.
[x] A space is need in the text at the top of the page after “Please scroll down” and before “Note:…” in individual Patient Dashboard Tab = Symptoms 1 and Tab =Symptoms 2.