mv treatment-report to action-report based on encounter menu id list
This commit is contained in:
@@ -105,7 +105,7 @@ const TissueNoteSchema = z.object({
|
||||
.optional(),
|
||||
})
|
||||
|
||||
export const TreatmentReportSchema = z.object({
|
||||
export const ActionReportSchema = z.object({
|
||||
operatorTeam: OperatorTeamSchema,
|
||||
procedures: z.array(ProcedureSchema).min(1, { message: 'Silahkan pilih prosedur' }),
|
||||
|
||||
@@ -118,4 +118,4 @@ export const TreatmentReportSchema = z.object({
|
||||
tissueNotes: z.array(TissueNoteSchema).optional(),
|
||||
})
|
||||
|
||||
export type TreatmentReportFormData = z.infer<typeof TreatmentReportSchema>
|
||||
export type ActionReportFormData = z.infer<typeof ActionReportSchema>
|
||||
Reference in New Issue
Block a user