1
0
mirror of https://github.com/pcvolkmer/onkostar-plugin-dnpm.git synced 2025-07-03 09:42:54 +00:00

Anpassung Methoden- und Parameternamen

This commit is contained in:
2023-03-20 11:18:49 +01:00
parent 610bc34bd2
commit a8a5e1be8a
5 changed files with 8 additions and 8 deletions

View File

@ -65,7 +65,7 @@ public class Merkmalskatalog implements IProcedureAnalyzer {
}
@Override
public void analyze(Procedure procedurea, Disease disease) {
public void analyze(Procedure procedure, Disease disease) {
}
public List<String[]> getMerkmalskatalog(final Map<String, Object> input) {

View File

@ -89,7 +89,7 @@ public class TherapieplanAnalyzer implements IProcedureAnalyzer {
@Override
public void analyze(Procedure procedure, Disease disease) {
therapieplanServiceFactory.currentUsableinstance().updateRequiredMtbEntries(procedure);
therapieplanServiceFactory.currentUsableInstance().updateRequiredMtbEntries(procedure);
}

View File

@ -13,7 +13,7 @@ public class TherapieplanServiceFactory {
this.formService = formService;
}
public TherapieplanService currentUsableinstance() {
public TherapieplanService currentUsableInstance() {
if (
null != onkostarApi.getGlobalSetting("mehrere_mtb_in_mtbepisode")
&& onkostarApi.getGlobalSetting("mehrere_mtb_in_mtbepisode").equals("true")