feat(lab-order-item): add service name column for easy access to service name
This commit is contained in:
@ -32,6 +32,9 @@ export class EmrLaboratoryOrderItem {
|
|||||||
@JoinColumn()
|
@JoinColumn()
|
||||||
service: Service;
|
service: Service;
|
||||||
|
|
||||||
|
@Column({ type: "text", nullable: true })
|
||||||
|
service_name: string;
|
||||||
|
|
||||||
@Column({ type: "text", nullable: true })
|
@Column({ type: "text", nullable: true })
|
||||||
examination_type_name: string;
|
examination_type_name: string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user