Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Is there a separate code I need to add for to queuing these exams back into the AI doctor's usual chain of actions? The examination type is clearly available, and it works if I click it, but the AI doesn't always choose to do it itself and sometimes just stops doing examinations at that point.
<Tag>examinations_no_equipment</Tag>
<Tag>examinations_basic_equipment</Tag>
I assume you mean ModExaminationsBEDLC.xml
Fix:
Open ....\Steam\steamapps\workshop\content\868360\2704508459\Database\ModRoomTypesBEDLC.xml
Find <GameDBExamination ID="EXM_SEROLOGY_TESTING_SAMPLING"> and add <SkillRef>SKILL_DOC_QUALIF_GENERAL_MEDICINE</SkillRef> under <RequiredDoctorQualificationList> and <Tag>emergency_doctors_office</Tag> under <RequiredRoomTags>
Worked for me.
I saw your mod by chance, and I wondered if I could do a french translation of it. I have already helped to translate another mod of this game and it would be my pleasure to help
{LINK REMOVED} Bedside Examinations (DLCs Version) Update 4 Ger Localization
Reading through comments and bug reports on this page: I advise against this mod until it is more polished. When it is, I would even pay for it.
Additionally, They're able to order Serological testing in observation in emergency, so I had to put <Tag>observation</Tag> in required room tags. The testing is never accomplished and keeps saying "waiting for room" or whatever.
So in summery added:
under:<RequiredDoctorQualificationList>
<SkillRef>SKILL_DOC_QUALIF_GENERAL_MEDICINE</SkillRef>
under: <RequiredRoomTags>
<Tag>emergency_doctors_office</Tag>
<Tag>observation</Tag>
Hopefully it'll work in all situations it can be ordered now.
I had issues in my ER Clinics right away with both Serology and Stool lab tests being ordered, but after inserting the missing codes ID'd below, that fixed everything right away... so thanks to all again!
<SkillRef>SKILL_DOC_QUALIF_GENERAL_MEDICINE</SkillRef>
Into
<RequiredDoctorQualificationList>
Go into your Steam > Steamapps > Workshop > Content folder and select the project hospital file (868360). Find the mod folder (ends in 8549, it's the end number on the mod URL). Open the ModExaminationsBEDLC.xml file with a text editor like notepad or notepad++ and search (Ctrl+F) for Serological. You'll notice that you can do it at places like ICU, wards etc, if you add in <Tag>emergency_doctors_office</Tag> you'll be able to do it at the ER doctors offices. Make sure to add it in like the other tags are, and before the </RequiredRoomTags> or it'll be outside that section of code.
NOTE: I am not a modder, nor do I know anything about code. I simply tweak and have had no issues on my game. Nevertheless, if attempting this I recommend making pre-edit backups incase you make a whoopsie.
So, this is my sutuation : i can't know, Influenza A or Influenza B. All i need is do Serologic sampling but i can't. Only Differential diagnosis can help, but in at the start of the game such patients usually come and i have to reassign them to other doctors (which means hiring a doctor with Advanced diagnosis) or hospitalize him in another department (which are not yet open)
https://imgur.com/a/ZpZ4yML
@Bee The mod definitely changes things linked to the Infectious Diseases department. You can try using this version (you'd probably be fine) but if you run into any issues just use the non DLC version
the off-steam-link in the NO DLC version is also just including the NO DLC version, isn't it? I wanted to investigate a possible compatibility with other department mods. I think it's too much to ask you for it and steam doesn't like edited files in its cryptic folders
I replied to you in the feedback and suggestions thread. Let's move the conversation over there.
Generally speaking the emergency department diagnoses are not particularly interesting and could definitely do with some changes. I'm talking about at things like foot contusion and insomnia... But differential diagnosis is certainly something everyone should have access to. It's something every doctor is taught in medical school so having it part of "Advanced Diagnosis" doesn't really make sense. Advanced diagnosis should revolve around complicated investigations that require specialization and years of training (such as colonoscopy).