Skip to content

Commit

Permalink
Add location names and codes for HIV specimen type (#7808)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyl3 authored Jun 18, 2024
1 parent e08b854 commit 21b0242
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ public List<DeviceType> initDevices() {
log.info("Creating specimen type {}", s.getName());
specimenType = _specimenTypeRepo.save(s);
specimenTypesByCode.put(specimenType.getTypeCode(), _specimenTypeRepo.save(s));
} else {
specimenType.setCollectionLocationCode(s.getCollectionLocationCode());
specimenType.setCollectionLocationName(s.getCollectionLocationName());
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,12 @@ simple-report-initialization:
collection-location-code: "71836000"
- name: Venous blood specimen
type-code: "122555007"
collection-location-name: Blood specimen (specimen)
collection-location-code: "119297000"
- name: Oral fluid specimen
type-code: "441620008"
collection-location-name: Mouth region structure (body structure)
collection-location-code: "123851003"
device-types:
- name: Abbott Alinity M
manufacturer: Abbott
Expand Down

0 comments on commit 21b0242

Please sign in to comment.