File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
service/src/main/java/uk/nhs/adaptors/gp2gp/ehr/mapper/diagnosticreport Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,17 +88,17 @@ public String mapDiagnosticReportToCompoundStatement(DiagnosticReport diagnostic
8888 specimens ,
8989 diagnosticReport );
9090
91- List <Observation > observationsWithDummySpecimensAndObservations = observations ;
91+ List <Observation > observationsWithDummySpecimensAndDummyObservations = observations ;
9292
9393 String mappedSpecimens = specimens .stream ()
9494 .map (specimen -> specimenMapper .mapSpecimenToCompoundStatement (specimen ,
95- observationsForSpecimen (specimen , observationsWithDummySpecimensAndObservations ),
95+ observationsForSpecimen (specimen , observationsWithDummySpecimensAndDummyObservations ),
9696 diagnosticReport ))
9797 .collect (Collectors .joining ());
9898
9999 String reportLevelNarrativeStatements = prepareReportLevelNarrativeStatements (
100100 diagnosticReport ,
101- observationsWithDummySpecimensAndObservations );
101+ observationsWithDummySpecimensAndDummyObservations );
102102
103103 var diagnosticReportCompoundStatementTemplateParameters = DiagnosticReportCompoundStatementTemplateParameters .builder ()
104104 .compoundStatementId (idMapper .getOrNew (ResourceType .DiagnosticReport , diagnosticReport .getIdElement ()))
You can’t perform that action at this time.
0 commit comments