Uses of Annotation Interface
org.ehrbase.rest.openehr.specification.experimental.ItemTagApiSpecification.OperationTagUpsert
Packages that use ItemTagApiSpecification.OperationTagUpsert
-
Uses of ItemTagApiSpecification.OperationTagUpsert in org.ehrbase.rest.openehr.specification.experimental
Methods in org.ehrbase.rest.openehr.specification.experimental with annotations of type ItemTagApiSpecification.OperationTagUpsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object> ItemTagApiSpecification.upsertCompositionItemTags(String openehrVersion, String openehrAuditDetails, String prefer, String ehrIdString, String versionedObjectUid, List<ItemTagDto> itemTags) org.springframework.http.ResponseEntity<Object> ItemTagApiSpecification.upsertEhrStatusItemTags(String openehrVersion, String openehrAuditDetails, String prefer, String ehrIdString, String versionedObjectUid, List<ItemTagDto> itemTags)