Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity
This commit is contained in:
@ -28,20 +28,20 @@ export class Emranamnesis {
|
|||||||
patient: EmrPatient;
|
patient: EmrPatient;
|
||||||
|
|
||||||
/** Contoh: "08:00-12:00" atau "Pagi" */
|
/** Contoh: "08:00-12:00" atau "Pagi" */
|
||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
chief_complaint: string;
|
chief_complaint: string;
|
||||||
|
|
||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
additional_complaint: string;
|
additional_complaint: string;
|
||||||
|
|
||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text", array: true })
|
||||||
history_of_present_illness: string;
|
history_of_present_illness: string[];
|
||||||
|
|
||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text", array: true })
|
||||||
history_of_allergies: string;
|
history_of_allergies: string[];
|
||||||
|
|
||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text", array: true })
|
||||||
history_of_illness: string;
|
history_of_illness: string[];
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
type: "enum",
|
type: "enum",
|
||||||
|
|||||||
Reference in New Issue
Block a user