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