update
This commit is contained in:
@ -14,7 +14,7 @@ import { EmrRegistration } from "./emr_registration";
|
||||
import { Room } from "../room";
|
||||
import { User } from "../users";
|
||||
import { DoctorSchedule } from "../doctor_schedule";
|
||||
import { RegistrationOutPatientStatus } from "../../enum/registrationOutPatientStatus";
|
||||
// import { RegistrationOutPatientStatus } from "../../enum/registrationOutPatientStatus";
|
||||
|
||||
/**
|
||||
* Detail registrasi rawat jalan (outpatient).
|
||||
@ -50,12 +50,8 @@ export class EmrRegistrationOutpatient {
|
||||
@Column({ type: "date", nullable: true })
|
||||
visit_date: Date;
|
||||
|
||||
@Column({
|
||||
type: "enum",
|
||||
enum: RegistrationOutPatientStatus,
|
||||
nullable: true,
|
||||
})
|
||||
registration_status: RegistrationOutPatientStatus;
|
||||
@Column({ nullable: true, length: 64 })
|
||||
registration_status: string;
|
||||
|
||||
@Column({ nullable: true, length: 256 })
|
||||
qeue_number: string;
|
||||
|
||||
@ -25,6 +25,8 @@ export * from "../entity/reference_range"
|
||||
export * from "../entity/queue_monitoring"
|
||||
export * from "../entity/examination_detail"
|
||||
export * from "../entity/examination_type"
|
||||
export * from "../entity/examination_detail"
|
||||
export * from "../entity/measurement_unit"
|
||||
|
||||
export * from "../types/action";
|
||||
export * from "../types/error";
|
||||
|
||||
Reference in New Issue
Block a user