Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Genesys Backend Genesys Backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Genesys PGRGenesys PGR
  • Genesys BackendGenesys Backend
  • Issues
  • #284
Closed
Open
Issue created Jul 23, 2018 by Matija Obreza@mobrezaOwner

Dataset AccessionIdentifier

A Catalog Dataset contains a list of embedded org.genesys.catalog.model.dataset.AccessionIdentifier records (doi, instCode, acceNumb, genus, species). These must be linked with Accession records in Genesys.

  1. First, make AccessionIdentifier implement AccessionIdentifier3.
  2. Add private AccessionId accession; to AccessionIdentifier with a @ManyToOne mapping. The value can be null if matching Accession is not in Genesys.

When registering AccessionIdentifiers with a Dataset, the service should lookup matching Accessions using GenesysService.

Assignee
Assign to
Time tracking