You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the problem is a bit, that the stop reason is as well a note, hence it is technically not possible to reliably differentiate the two (one could use text parsing, however, this may not work all the time):
"note": [
{
"text": "Stop: Geändert durch Wiget Philipp"
},
{
"text": "vor dem Essen"
}
],
In addition, the additionalInstruction field feels more natural to use than the generice note.
Is there a possibility to revert this behaviour?
The text was updated successfully, but these errors were encountered:
Is it correct, that in the newer version the field for an additional dosage instruction is not used any more?
Old version:
New version:
Now the problem is a bit, that the stop reason is as well a
note
, hence it is technically not possible to reliably differentiate the two (one could use text parsing, however, this may not work all the time):In addition, the
additionalInstruction
field feels more natural to use than the genericenote
.Is there a possibility to revert this behaviour?
The text was updated successfully, but these errors were encountered: