#1428 closed defect (fixed)

Allow some information to be different when there are multiple specimen tubes for a single case

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v4.41.2
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

When importing specimen information from JSON files, there is the possibility to match against an existing NoSpecimen or Specimen item and copy some information from that item in case it is missing in the JSON file.

When there are multiple specimen tubes for a single case there is typically only one NoSpecimen item pre-registered. The first JSON file uses that item and converts it to a Specimen. The second JSON file can then use the existing Specimen to copy information. In most cases the information should be the same, but there are cases when it may be different. Those cases currently generate an error but should generate a warning instead.

Change History (1)

comment:1 by Nicklas Nordborg, 17 months ago

Resolution: fixed
Status: newclosed

In 6950:

Fixes #1428: Allow some information to be different when there are multiple specimen tubes for a single case

The importer now issue warnings instead of errors for:

  • PAD
  • ArrivalDate
Note: See TracTickets for help on using tickets.