|
@@ -1,4 +1,127 @@
|
|
export default {
|
|
export default {
|
|
greeting: 'Hello, world!',
|
|
greeting: 'Hello, world!',
|
|
name: 'John Doe',
|
|
name: 'John Doe',
|
|
|
|
+ patient: 'Patient Management',
|
|
|
|
+ register: 'Register',
|
|
|
|
+ tasklist: 'Task List',
|
|
|
|
+ historylist: 'History List',
|
|
|
|
+ archivelist: 'Archive List',
|
|
|
|
+ bin: 'Recycle Bin',
|
|
|
|
+ outputlist: 'Transfer List',
|
|
|
|
+ exam: 'Examination',
|
|
|
|
+ examlist: 'Examination List',
|
|
|
|
+ process: 'Process',
|
|
|
|
+ print: 'Print',
|
|
|
|
+ printlist: 'Print List',
|
|
|
|
+ worklist: 'Task List',
|
|
|
|
+ 'worklist.operationPanel': 'Operation Panel',
|
|
|
|
+ 'register.basicInfoPanel': 'Basic Information Form Area',
|
|
|
|
+ 'register.protocolListPanel': 'Protocol Selection List Area',
|
|
|
|
+ 'register.selectedProtocolListPanel': 'Selected Protocol List Area',
|
|
|
|
+ 'worklistTable.patientId': 'Patient ID',
|
|
|
|
+ 'worklistTable.name': 'Patient Name',
|
|
|
|
+ 'worklistTable.alias': 'Alias',
|
|
|
|
+ 'worklistTable.englishName': 'English Name',
|
|
|
|
+ 'worklistTable.registrationId': 'Registration Number',
|
|
|
|
+ 'worklistTable.birthDate': 'Birth Date',
|
|
|
|
+ 'worklistTable.age': 'Age',
|
|
|
|
+ 'worklistTable.gender': 'Gender',
|
|
|
|
+ 'worklistTable.bodyType': 'Body Type',
|
|
|
|
+ 'worklistTable.weight': 'Weight',
|
|
|
|
+ 'worklistTable.height': 'Height',
|
|
|
|
+ 'worklistTable.pregnancyStatus': 'Pregnancy Status',
|
|
|
|
+ 'worklistTable.referringDoctor': 'Referring Doctor',
|
|
|
|
+ 'searchPanel.name': 'Search by Name',
|
|
|
|
+ 'searchPanel.patientId': 'Search by Patient ID',
|
|
|
|
+ 'searchPanel.registrationId': 'Search by Registration Number',
|
|
|
|
+ 'searchPanel.startDate': 'Start Date',
|
|
|
|
+ 'searchPanel.endDate': 'End Date',
|
|
|
|
+ 'searchPanel.search': 'Search',
|
|
|
|
+ // register.form
|
|
|
|
+ 'register.patientId': 'Patient ID',
|
|
|
|
+ 'register.patientId.placeholder': 'Enter patient ID',
|
|
|
|
+ 'register.patientName': 'Patient Name',
|
|
|
|
+ 'register.patientName.placeholder': 'Enter patient name',
|
|
|
|
+ 'register.previousName': 'Previous Name',
|
|
|
|
+ 'register.previousName.placeholder': 'Enter previous name',
|
|
|
|
+ 'register.englishName': 'English Name',
|
|
|
|
+ 'register.englishName.placeholder': 'Enter English name',
|
|
|
|
+ 'register.registrationNo': 'Registration Number',
|
|
|
|
+ 'register.registrationNo.placeholder': 'Enter registration number',
|
|
|
|
+ 'register.dateOfBirth': 'Date of Birth',
|
|
|
|
+ 'register.age': 'Age',
|
|
|
|
+ 'register.gender': 'Gender',
|
|
|
|
+ 'register.gender.male': 'Male',
|
|
|
|
+ 'register.gender.female': 'Female',
|
|
|
|
+ 'register.bodyType': 'Body Type',
|
|
|
|
+ 'register.bodyType.slim': 'Slim',
|
|
|
|
+ 'register.bodyType.average': 'Average',
|
|
|
|
+ 'register.bodyType.fat': 'Heavy',
|
|
|
|
+ 'register.weight': 'Weight',
|
|
|
|
+ 'register.height': 'Height',
|
|
|
|
+ 'register.pregnancyStatus': 'Pregnancy Status',
|
|
|
|
+ 'register.pregnancyStatus.yes': 'Yes',
|
|
|
|
+ 'register.pregnancyStatus.no': 'No',
|
|
|
|
+ 'register.pregnancyStatus.na': 'N/A',
|
|
|
|
+ 'register.referringPhysician': 'Referring Physician',
|
|
|
|
+ 'register.referringPhysician.placeholder': 'Enter referring physician name',
|
|
|
|
+ 'register.bodyPart': 'Body Part',
|
|
|
|
+ 'register.bodyPart.head': 'Head',
|
|
|
|
+ 'register.bodyPart.chest': 'Chest',
|
|
|
|
+ // 协议列表
|
|
|
|
+ 'register.protocol.A': 'Protocol A',
|
|
|
|
+ 'register.protocol.B': 'Protocol B',
|
|
|
|
+ 'register.protocol.C': 'Protocol C',
|
|
|
|
+ 'register.protocol.D': 'Protocol D',
|
|
|
|
+ 'register.protocol.E': 'Protocol E',
|
|
|
|
+ 'register.protocol.F': 'Protocol F',
|
|
|
|
+ // 已选协议
|
|
|
|
+ 'register.selectedProtocol.A': 'Selected Protocol A',
|
|
|
|
+ 'register.selectedProtocol.B': 'Selected Protocol B',
|
|
|
|
+ 'register.selectedProtocol.C': 'Selected Protocol C',
|
|
|
|
+ 'register.selectedProtocol.remove': 'Remove',
|
|
|
|
+ // OutputTable
|
|
|
|
+ 'outputTable.name': 'Patient Name',
|
|
|
|
+ 'outputTable.id': 'Patient ID',
|
|
|
|
+ 'outputTable.priority': 'Priority',
|
|
|
|
+ 'outputTable.status': 'Status',
|
|
|
|
+ 'outputTable.retryCount': 'Retry Count',
|
|
|
|
+ 'outputTable.target': 'Target',
|
|
|
|
+ // OutputActionPanel
|
|
|
|
+ 'outputAction.retry': 'Retry',
|
|
|
|
+ 'outputAction.delete': 'Delete',
|
|
|
|
+ // BinActionPanel
|
|
|
|
+ 'bin.diskCapacity': 'Disk Capacity:',
|
|
|
|
+ 'bin.freeSpace': 'Free Space:',
|
|
|
|
+ 'bin.binCapacity': 'Recycle Bin Capacity:',
|
|
|
|
+ 'bin.delete': 'Delete',
|
|
|
|
+ 'bin.restore': 'Restore',
|
|
|
|
+ 'bin.empty': 'Empty',
|
|
|
|
+ // DicomNodeDetailPanel
|
|
|
|
+ 'dicomNodeDetail.title': 'DICOM Node Details',
|
|
|
|
+ 'dicomNodeDetail.nodeList': 'DICOM Node List',
|
|
|
|
+ 'dicomNodeDetail.selectNode': 'Please select a DICOM node',
|
|
|
|
+ 'dicomNodeDetail.host': 'Host Name',
|
|
|
|
+ 'dicomNodeDetail.ip': 'Host IP',
|
|
|
|
+ 'dicomNodeDetail.port': 'Host Port',
|
|
|
|
+ 'dicomNodeDetail.calledAET': 'Called AE Title',
|
|
|
|
+ 'dicomNodeDetail.callingAET': 'Calling AE Title',
|
|
|
|
+ 'dicomNodeDetail.testConnection': 'Test Connection Status',
|
|
|
|
+ 'dicomNodeDetail.archive': 'Archive',
|
|
|
|
+ // ActionPanel
|
|
|
|
+ 'actionPanel.deleteTask': 'Delete Exam Task',
|
|
|
|
+ 'actionPanel.editPatient': 'Edit Patient Info',
|
|
|
|
+ 'actionPanel.lockTask': 'Lock Task',
|
|
|
|
+ 'actionPanel.risSync': 'RIS Sync',
|
|
|
|
+ 'actionPanel.reRegister': 'Re-register',
|
|
|
|
+ 'actionPanel.saveLocal': 'Save Locally',
|
|
|
|
+ 'actionPanel.importXLS': 'Import from XLS',
|
|
|
|
+ 'actionPanel.sortList': 'Sort List',
|
|
|
|
+ 'actionPanel.cloudShare': 'Cloud Share',
|
|
|
|
+ 'actionPanel.imageExchange': 'Image Exchange',
|
|
|
|
+ 'actionPanel.qrPrint': 'QR Code Print',
|
|
|
|
+ 'actionPanel.send': 'Send',
|
|
|
|
+ 'actionPanel.burn': 'Burn',
|
|
|
|
+ 'actionPanel.export': 'Export',
|
|
|
|
+ 'actionPanel.import': 'Import',
|
|
};
|
|
};
|