formanitor 0.0.46 → 0.0.47
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.cjs +6552 -6528
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +6552 -6528
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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 +
|
|
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 +
|
|
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
|
}
|