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