formanitor 0.0.40 → 0.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -395,7 +395,7 @@ interface SurgicalRiskFlagsFieldDef extends BaseFieldDef {
395
395
  cardTitle?: string;
396
396
  } & Record<string, unknown>;
397
397
  }
398
- /** General surgery OPD: structured smart history (SOCRATES, swelling, GI, breast, anorectal, thyroid + systemic). */
398
+ /** General surgery OPD: structured smart history (SOCRATES, swelling, GI, breast, anorectal, thyroid); HOPC is template field `symptoms` embedded in the widget. */
399
399
  interface GeneralSurgerySmartHistoryFieldDef extends BaseFieldDef {
400
400
  type: 'general_surgery_smart_history';
401
401
  }
package/dist/index.d.ts CHANGED
@@ -395,7 +395,7 @@ interface SurgicalRiskFlagsFieldDef extends BaseFieldDef {
395
395
  cardTitle?: string;
396
396
  } & Record<string, unknown>;
397
397
  }
398
- /** General surgery OPD: structured smart history (SOCRATES, swelling, GI, breast, anorectal, thyroid + systemic). */
398
+ /** General surgery OPD: structured smart history (SOCRATES, swelling, GI, breast, anorectal, thyroid); HOPC is template field `symptoms` embedded in the widget. */
399
399
  interface GeneralSurgerySmartHistoryFieldDef extends BaseFieldDef {
400
400
  type: 'general_surgery_smart_history';
401
401
  }