Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-fe into feat/encounter-adjustment-163

This commit is contained in:
riefive
2025-11-24 12:00:01 +07:00
13 changed files with 593 additions and 35 deletions

No files matched your search

+8
View File
@@ -179,6 +179,14 @@ const InstructionSchema = z.object({
other: z.string().default(''),
})
export const CprjSoapiSchema = z.object({
subjective: z.string().default(''),
objective: z.string().default(''),
assesment: z.string().default(''),
plan: z.string().default(''),
review: z.string().default(''),
})
export const SoapSchema = z.object({
subject: SubjectSchema,
object: ObjectSchema,