Uses of Annotation Interface
org.ehrbase.rest.openehr.specification.experimental.ItemTagApiSpecification.ParameterVersionedObjectId
Packages that use ItemTagApiSpecification.ParameterVersionedObjectId
-
Uses of ItemTagApiSpecification.ParameterVersionedObjectId in org.ehrbase.rest.openehr.specification.experimental
Method parameters in org.ehrbase.rest.openehr.specification.experimental with annotations of type ItemTagApiSpecification.ParameterVersionedObjectIdModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> ItemTagApiSpecification.deleteCompositionItemTags(String openehrVersion, String openehrAuditDetails, String ehrIdString, String versionedObjectUid, List<Object> itemTagsOrUUIDs) org.springframework.http.ResponseEntity<Void> ItemTagApiSpecification.deleteEhrStatusItemTags(String openehrVersion, String openehrAuditDetails, String ehrIdString, String versionedObjectUid, List<Object> itemTagsOrUUIDs) org.springframework.http.ResponseEntity<List<ItemTagDto>> ItemTagApiSpecification.getCompositionItemTags(String openehrVersion, String openehrAuditDetails, String ehrIdString, String versionedObjectUid, List<String> ids, List<String> keys) org.springframework.http.ResponseEntity<List<ItemTagDto>> ItemTagApiSpecification.getEhrStatusItemTags(String openehrVersion, String openehrAuditDetails, String ehrIdString, String versionedObjectUid, List<String> ids, List<String> keys) org.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)