Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Oct 27, 2023
1 parent aea3284 commit af0f533
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,6 @@ public List<Observation> convertToObservation(
String testkitNameId =
getCommonDiseaseValue(
deviceTypeDiseaseEntries, DeviceTypeDisease::getTestkitNameId);

return convertToObservation(
result,
testPerformedLoincCode,
Expand Down Expand Up @@ -737,7 +736,6 @@ public Observation convertToObservation(ConvertToObservationProps props) {
observation.setCode(createLoincConcept(props.getDiseaseCode(), "", props.getDiseaseName()));
addSNOMEDValue(props.getResultCode(), observation, props.getResultDescription());
observation.getMethod().getCodingFirstRep().setDisplay(props.getDeviceModel());

observation
.getMethod()
.addExtension(
Expand Down

0 comments on commit af0f533

Please sign in to comment.