Merge branch 'main' of https://git.shiblysolution.id/SAUDE-TL/entity
This commit is contained in:
@ -34,14 +34,14 @@ export class Emranamnesis {
|
||||
@Column({ nullable: true, type: "text" })
|
||||
additional_complaint: string;
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
history_of_present_illness: string;
|
||||
@Column({ nullable: true, type: "text", array: true })
|
||||
history_of_present_illness: string[];
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
history_of_allergies: string;
|
||||
@Column({ nullable: true, type: "text", array: true })
|
||||
history_of_allergies: string[];
|
||||
|
||||
@Column({ nullable: true, type: "text" })
|
||||
history_of_illness: string;
|
||||
@Column({ nullable: true, type: "text", array: true })
|
||||
history_of_illness: string[];
|
||||
|
||||
@Column({
|
||||
type: "enum",
|
||||
|
||||
Reference in New Issue
Block a user