formanitor 0.0.46 → 0.0.48

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
@@ -414,7 +414,7 @@ interface UrologyPathwayFieldDef extends BaseFieldDef {
414
414
  interface OBGExaminationFieldDef extends BaseFieldDef {
415
415
  type: 'obg_examination';
416
416
  }
417
- /** OB/GYN OPD: consultant zoning + 6 pathway panels (menstrual / antenatal / gynae / obstetric / infertility / postop). */
417
+ /** OB/GYN OPD: consultant zoning + 5 pathway panels (menstrual / antenatal / gynae / infertility / postop). Antenatal panels render inside the Obstetric History widget. */
418
418
  interface OBGPathwayFieldDef extends BaseFieldDef {
419
419
  type: 'obg_pathway';
420
420
  }
package/dist/index.d.ts CHANGED
@@ -414,7 +414,7 @@ interface UrologyPathwayFieldDef extends BaseFieldDef {
414
414
  interface OBGExaminationFieldDef extends BaseFieldDef {
415
415
  type: 'obg_examination';
416
416
  }
417
- /** OB/GYN OPD: consultant zoning + 6 pathway panels (menstrual / antenatal / gynae / obstetric / infertility / postop). */
417
+ /** OB/GYN OPD: consultant zoning + 5 pathway panels (menstrual / antenatal / gynae / infertility / postop). Antenatal panels render inside the Obstetric History widget. */
418
418
  interface OBGPathwayFieldDef extends BaseFieldDef {
419
419
  type: 'obg_pathway';
420
420
  }