resume wip
This commit is contained in:
No files matched your search
@@ -82,7 +82,7 @@
|
|||||||
<td class="data-colon">: </td>
|
<td class="data-colon">: </td>
|
||||||
<td>{{ .Repalcable }}</td>
|
<td>{{ .Repalcable }}</td>
|
||||||
<td style="width: 7rem;">
|
<td style="width: 7rem;">
|
||||||
Kelas
|
Ruang/Klinik
|
||||||
</td>
|
</td>
|
||||||
<td class="data-colon">: </td>
|
<td class="data-colon">: </td>
|
||||||
<td>{{ .Repalcable }}</td>
|
<td>{{ .Repalcable }}</td>
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
<td class="data-colon">: </td>
|
<td class="data-colon">: </td>
|
||||||
<td>{{ .Repalcable }}</td>
|
<td>{{ .Repalcable }}</td>
|
||||||
<td>
|
<td>
|
||||||
Ruang/Klinik
|
Kelas
|
||||||
</td>
|
</td>
|
||||||
<td class="data-colon">: </td>
|
<td class="data-colon">: </td>
|
||||||
<td>{{ .Repalcable }}</td>
|
<td>{{ .Repalcable }}</td>
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
<td>{{ .Repalcable }}</td>
|
<td>{{ .Repalcable }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr />
|
<tr>
|
||||||
<td style="padding: 5px 0"></td>
|
<td style="padding: 5px 0"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -324,7 +324,7 @@
|
|||||||
<table style="margin: 0.7rem 0;">
|
<table style="margin: 0.7rem 0;">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="data-label">
|
<td class="data-label">
|
||||||
Keluhan Utama
|
Tindakan Medis
|
||||||
</td>
|
</td>
|
||||||
<td class="data-colon">: </td>
|
<td class="data-colon">: </td>
|
||||||
<td>{{ .Repalcable }}</td>
|
<td>{{ .Repalcable }}</td>
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ import (
|
|||||||
erc "simrs-vx/internal/domain/references/common"
|
erc "simrs-vx/internal/domain/references/common"
|
||||||
ere "simrs-vx/internal/domain/references/encounter"
|
ere "simrs-vx/internal/domain/references/encounter"
|
||||||
|
|
||||||
|
er "simrs-vx/internal/domain/main-entities/resume"
|
||||||
|
|
||||||
pu "simrs-vx/pkg/use-case-helper"
|
pu "simrs-vx/pkg/use-case-helper"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -32,6 +34,31 @@ type ControlLetterPDF struct {
|
|||||||
PrintDate string
|
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 {
|
type GenerateDto struct {
|
||||||
EntityType_Code ere.EntityTypeCode `json:"entityType_code" validate:"required"`
|
EntityType_Code ere.EntityTypeCode `json:"entityType_code" validate:"required"`
|
||||||
Ref_Id *string `json:"ref_id" validate:"required"`
|
Ref_Id *string `json:"ref_id" validate:"required"`
|
||||||
|
|||||||
Reference in New Issue
Block a user