EMR

EMR
Chief Complaints
<% chiefComplaintsList.forEach((element)=>{ %> <% }) %>
Complaints Since Body Part Attachment Action <% if (patientId) { %><% } %>
<%= element.complaints %> <% if (element.sinceYear) { %> <%= element.sinceYear %> <% } else { %> <% if (element.years) { %> <%= element.years+' Year ' %> <% } %> <% if (element.months) { %> <%= element.months+' Month ' %> <% } %> <% if (element.weeks) { %> <%= element.weeks+' Week ' %> <% } %> <% if (element.days) { %> <%= element.days+' Day ' %> <% } %> <% } %> <%= element.bodyPart %>
<% if (chiefComplaintsList.length <= 0) { %>
No Complaints Available
<% } %>
Medical History
Medical History
<% medicalHistory.forEach((element)=>{ %> <% }) %>
Consaguinity Date Of Booking Rda Action <% if (patientId) { %><% } %>
<%= element.personalHistoryConsaguinity %> <%= element.personalHistoryDateOfBooking %> <%= element.personalHistoryRda %>
<% if (medicalHistory.length <= 0) { %>
No Medical History Available
<% } %>
Medical Surgery History
<% surgeryHistory.forEach((element)=>{ %> <% }) %>
Name Date Of Surgery Action <% if (patientId) { %><% } %>
<%= element.surgeryName %> <%= element.surgeryDate %>
<% if (surgeryHistory.length <= 0) { %>
No Medical Surgery History Available
<% } %>
Comorbidities
<% if (patientId) { %> <% } %>
Vitals
Cms
Kgs
bpm
mmHg
mmHg
F
%
<% if (patientId) { %> <% } %>
Clinical Findings
<% if (patientId) { %> ADD <% } %>
<% clinicalFindingsList.forEach((element, index)=>{ %>
#<%= index+1 %>
<%= element.findings %>
<% }) %> <% if (clinicalFindingsList.length <= 0) { %>
No Clinical Findings Available
<% } %>
Diet Pattern
<% if (patientId) { %> <% } %>
Investigations
<% if (patientId) { %> <% } %>
Diagnosis
<% diagnosisList.forEach((element)=>{ %> <% }) %>
Diagnosis Since Is It Chronic Is Primary Diagnosis Action <% if (patientId) { %><% } %>
<%= element.diagnosis %> <% if (element.sinceYears) { %> <%= element.sinceYears+' Year ' %> <% } %> <% if (element.sinceMonths) { %> <%= element.sinceMonths+' Month ' %> <% } %> <% if (element.sinceDays) { %> <%= element.sinceDays+' Days ' %> <% } %> <%= element.isItChronic %> <%= element.isPrimaryDiagnosis %>
<% if (diagnosisList.length <= 0) { %>
No Diagnosis Available
<% } %>
Clinical Notes <%= selectedNavTab %>
<% if (patientId) { %> ADD <% } %>
<% clinicalNotesList.forEach((element, index)=>{ %>
#<%= index+1 %>
<%= element.notes %>
<% }) %> <% if (clinicalNotesList.length <= 0) { %>
No Clinical Notes Available
<% } %>
Investigation Reports
<% investigationOrderList.forEach((element)=>{ %> <% }) %>
Prescribed Test quantity Action <% if (patientId) { %><% } %>
<%= element.prescribedTest %> <%= element.quantity %>
<% if (investigationOrderList.length <= 0) { %>
No Investigation Reports Available
<% } %>
Prescriptions
<% prescriptionList?.forEach((element)=>{ %> <% }) %>
Consultant Date Consultant Mode Download Action <% if (patientId) { %><% } %>
<%= element.date %> <%= element.consultantModel %>
<% if (prescriptionList.length <= 0) { %>
No Prescription Available
<% } %> <% if (Number(prescriptionId) > 0) { %>
Clinical Notes
Medicines
<% if (prescriptionItems.length > 0) { %> <% prescriptionItems.map((element, index)=>{ %>
M:
A:
E:
N:
SOS:
>
-

Dosage Instruction -
>
>
>
>
<% }) %> <% } else { %>
M:
A:
E:
N:
SOS:
-

Dosage Instruction -
<% } %>
Investigation Orders
<% prescriptionDetails?.prescribedTests?.split(',')?.map((element, index)=>{ %>
<% }) %>
Remarks
Followup Date
<% } %>
Chief Complaints
<% attachmentList.forEach((element)=>{ %> <% }) %>
Title Attachment Document Type File Of Date Action <% if (patientId) { %><% } %>
<%= element.title %> <%= element.contentType %> <%= element.fileOfDate %>
<% if (attachmentList.length <= 0) { %>
No Attachments Available
<% } %>