resume wip
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
<td class="data-colon">: </td>
|
||||
<td>{{ .Repalcable }}</td>
|
||||
<td style="width: 7rem;">
|
||||
Kelas
|
||||
Ruang/Klinik
|
||||
</td>
|
||||
<td class="data-colon">: </td>
|
||||
<td>{{ .Repalcable }}</td>
|
||||
@@ -94,7 +94,7 @@
|
||||
<td class="data-colon">: </td>
|
||||
<td>{{ .Repalcable }}</td>
|
||||
<td>
|
||||
Ruang/Klinik
|
||||
Kelas
|
||||
</td>
|
||||
<td class="data-colon">: </td>
|
||||
<td>{{ .Repalcable }}</td>
|
||||
@@ -112,7 +112,7 @@
|
||||
<td>{{ .Repalcable }}</td>
|
||||
</tr>
|
||||
|
||||
<tr />
|
||||
<tr>
|
||||
<td style="padding: 5px 0"></td>
|
||||
</tr>
|
||||
|
||||
@@ -324,7 +324,7 @@
|
||||
<table style="margin: 0.7rem 0;">
|
||||
<tr>
|
||||
<td class="data-label">
|
||||
Keluhan Utama
|
||||
Tindakan Medis
|
||||
</td>
|
||||
<td class="data-colon">: </td>
|
||||
<td>{{ .Repalcable }}</td>
|
||||
|
||||
@@ -7,6 +7,8 @@ import (
|
||||
erc "simrs-vx/internal/domain/references/common"
|
||||
ere "simrs-vx/internal/domain/references/encounter"
|
||||
|
||||
er "simrs-vx/internal/domain/main-entities/resume"
|
||||
|
||||
pu "simrs-vx/pkg/use-case-helper"
|
||||
)
|
||||
|
||||
@@ -32,6 +34,31 @@ type ControlLetterPDF struct {
|
||||
PrintDate string
|
||||
}
|
||||
|
||||
type ResumePDF struct {
|
||||
MedicalRecord string
|
||||
NIK string
|
||||
Name string
|
||||
BirthPlaceDate string
|
||||
Gender string
|
||||
Phone string
|
||||
Class string
|
||||
Unit string
|
||||
Doctor_Name string
|
||||
StartedDate string
|
||||
FinishedDate string
|
||||
DiagnosisIn string
|
||||
DiagnosisOut string
|
||||
Diagnosis []er.DiagnosisEntry
|
||||
MainComplaint string
|
||||
MedicalHistory string
|
||||
PhysicalExamination string
|
||||
SupportingExamination string
|
||||
MedicalActions []er.ActionEntry
|
||||
MedicalAction string
|
||||
Consultations []er.ConsultationEntry
|
||||
Allergy string
|
||||
}
|
||||
|
||||
type GenerateDto struct {
|
||||
EntityType_Code ere.EntityTypeCode `json:"entityType_code" validate:"required"`
|
||||
Ref_Id *string `json:"ref_id" validate:"required"`
|
||||
|
||||
Reference in New Issue
Block a user