feat/procedure-room-order: wip #3
This commit is contained in:
@@ -18,6 +18,7 @@ export type MedObstacleCode = 'hearing' | 'sight' | 'physical' | 'emotional' | '
|
||||
export type LearnMethodCode = 'demo' | 'discuss-leaflet'
|
||||
export type LangClassCode = 'ind' | 'region' | 'foreign'
|
||||
export type TranslatorSrcCode = 'team' | 'family'
|
||||
export type ProcedureRoomTypeCode = 'procedure' | 'operation'
|
||||
|
||||
export const subjectCodes: Record<SubjectCode, string> = {
|
||||
detail: 'Detail',
|
||||
@@ -224,3 +225,8 @@ export const translatorSrcCodes: Record<TranslatorSrcCode, string> = {
|
||||
team: 'Tim Penerjemah',
|
||||
family: 'Keluarga',
|
||||
}
|
||||
|
||||
export const procedureRoomTypeCodes: Record<ProcedureRoomTypeCode, string> = {
|
||||
procedure: 'Ruang Tindakan',
|
||||
operation: 'Ruang Operasi',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user