Merge branch 'migration' of github.com:dikstub-rssa/simrs-be into feat/orders
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
package clinical
|
||||
|
||||
type (
|
||||
SubjectCode string
|
||||
ObjectCode string
|
||||
AssessmentCode string
|
||||
PlanCode string
|
||||
InstructionCode string
|
||||
SubjectCode string
|
||||
ObjectCode string
|
||||
AssessmentCode string
|
||||
PlanCode string
|
||||
InstructionCode string
|
||||
McuUrgencyLevelCode string
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -39,6 +40,13 @@ const (
|
||||
ICMedAct InstructionCode = "med-act" // Tindakan medis
|
||||
ICMedication InstructionCode = "medication" // Obat
|
||||
ICMaterial InstructionCode = "material" // BMHP
|
||||
|
||||
MULCCITO McuUrgencyLevelCode = "cito"
|
||||
MULCCITOIGD McuUrgencyLevelCode = "cito-igd"
|
||||
MULCPonek McuUrgencyLevelCode = "ponek"
|
||||
MULCBG McuUrgencyLevelCode = "blood-gas"
|
||||
MULCPF McuUrgencyLevelCode = "priority-form"
|
||||
MULCRT McuUrgencyLevelCode = "routine"
|
||||
)
|
||||
|
||||
type Soapi struct {
|
||||
|
||||
Reference in New Issue
Block a user