Project

General

Profile

feature request #9896

Updated by Andreas Kohlbecker over 1 year ago

the set of AnnotationDTOs should be added at    SpecimenOrObservationBaseDTO 

 suggested structure of AnnotationDTOs: 


 ~~~java 
 class AnnotationDTO AnnotationDTOs extends TypedEntityReference<Annotation> { 
 
     private annotationTypeUUID; 

 } 
 ~~~ 

Back