InteractionEcologies / scilla-mobile

SCI self-experimentation mobile app
0 stars 0 forks source link

Redeem regimen: The algorithm is incorrect if the increment is not 5mg #24

Open springshim opened 5 years ago

springshim commented 5 years ago

https://youtu.be/juudcUxRI70 This video shows the redeem regimen process where the increment is 4mg, max dosage is 20mg, and the whole phase lasts 5 weeks.

[00:10] Regimen schedule has an error [00:17] 10th is bolded in every month (I guess the reason is that today's number is highlighted) [00:33] As a default, Muscle Tightness is not selected

I know it is a bit trivial, but there could be some case where 3mg increment is given.

sprite728 commented 5 years ago

It is not currently designed to use any other number than 5mg. I don't know how to deal with 3mg or 4mg. Would need more input from the clinicians. (E.g., if it is 3mg increase, do they increase to 20mg max? or also 30mg?). Is the increment always multiple of 3 in the 3mg case?

sprite728 commented 4 years ago

@springshim, do you have more detail on the design?

springshim commented 4 years ago

For 3mg case, I think the increment is multiple of 3. Do we need some detail on the design? I thought we could address this issue by changing the increment.

sprite728 commented 4 years ago

Could you confirm with the clinicians?

//jeff

springshim notifications@github.com 於 2019年11月12日 週二 下午11:18寫道:

For 3mg case, I think the increment is multiple of 3. Do we need some detail on the design? I thought we could address this issue by changing the increment.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/InteractionEcologies/scilla-mobile/issues/24?email_source=notifications&email_token=AAKXRTC2ALCU4XVLBWJ7LETQTLCNBA5CNFSM4H7QAF3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2SYYQ#issuecomment-552938594, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKXRTB7ABETZVMOBUFUY5TQTLCNBANCNFSM4H7QAF3A .

-- Chuan-Che, Jeff, Huang | www.ccjeffhuang.com http://www.ccjeffhuang.com School of Information University of Michigan

sprite728 commented 4 years ago

For confirmation I mean, 1) what does 3mg increment looks like; 2) what are the other dosage increments to support? We would need some prescription from the clinicians to serve as the basis.

//jeff

Chuan-Che Huang chuanche@umich.edu 於 2019年11月13日 週三 上午12:56寫道:

Could you confirm with the clinicians?

//jeff

springshim notifications@github.com 於 2019年11月12日 週二 下午11:18寫道:

For 3mg case, I think the increment is multiple of 3. Do we need some detail on the design? I thought we could address this issue by changing the increment.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/InteractionEcologies/scilla-mobile/issues/24?email_source=notifications&email_token=AAKXRTC2ALCU4XVLBWJ7LETQTLCNBA5CNFSM4H7QAF3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2SYYQ#issuecomment-552938594, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAKXRTB7ABETZVMOBUFUY5TQTLCNBANCNFSM4H7QAF3A .

-- Chuan-Che, Jeff, Huang | www.ccjeffhuang.com http://www.ccjeffhuang.com School of Information University of Michigan

-- Chuan-Che, Jeff, Huang | www.ccjeffhuang.com http://www.ccjeffhuang.com School of Information University of Michigan

springshim commented 4 years ago

As far as I remember, 3mg is for the children patients' case. I think it'll take time to check with clinicians. Besides, we are trying to recruit adult patients, so shall we leave it now and modify it when we have children patients?

sprite728 commented 4 years ago

@numerator, currently I only support 5mg increment, please let me know if this is still our plan.