update
This commit is contained in:
@ -43,6 +43,9 @@ export class EmrRegistrationInpatient {
|
|||||||
@Column({ type: "text", nullable: true })
|
@Column({ type: "text", nullable: true })
|
||||||
admission_notes: string;
|
admission_notes: string;
|
||||||
|
|
||||||
|
@Column({ type: "text", nullable: true })
|
||||||
|
administrative_officer_signature: string;
|
||||||
|
|
||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
responsible_fullname: string;
|
responsible_fullname: string;
|
||||||
|
|
||||||
@ -58,6 +61,9 @@ export class EmrRegistrationInpatient {
|
|||||||
@Column({ nullable: true, type: "text" })
|
@Column({ nullable: true, type: "text" })
|
||||||
responsible_address: string;
|
responsible_address: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true, type: "text" })
|
||||||
|
responsible_signature: string;
|
||||||
|
|
||||||
@ManyToOne(() => Munisipo, { onDelete: "NO ACTION", nullable: true })
|
@ManyToOne(() => Munisipo, { onDelete: "NO ACTION", nullable: true })
|
||||||
@JoinColumn()
|
@JoinColumn()
|
||||||
responsible_munisipo: Munisipo | null;
|
responsible_munisipo: Munisipo | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user