Actions
feature request #9896
closedAdd annotations of the complete derivation branch to DerivedUnitDTO and FieldUnitDTO as AnnotationDTO
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
normal
Description
the set of AnnotationDTOs should be added at SpecimenOrObservationBaseDTO
suggested structure of AnnotationDTOs:
class AnnotationDTO extends TypedEntityReference<Annotation> {
private annotationTypeUUID;
}
Related issues
Updated by Andreas Kohlbecker over 1 year ago
- Related to feature request #9897: adapt dataportal methods for transparent usage of Anntoation and AnnotationDTO added
Updated by Andreas Kohlbecker over 1 year ago
- Related to task #3348: should annotations always be returned for cdm instances? [DISCUSS] added
Updated by Andreas Kohlbecker over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdmlib|c25679bb50510d0b5ff98b617e9a18ba4fec879b.
Updated by Andreas Kohlbecker about 1 year ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100
Updated by Andreas Müller about 1 year ago
- Target version changed from Release 5.38 to Release 5.29
Actions