Uses of Annotation Interface
org.ehrbase.rest.openehr.specification.experimental.ItemTagApiSpecification.ParameterPrefer
Packages that use ItemTagApiSpecification.ParameterPrefer
-
Uses of ItemTagApiSpecification.ParameterPrefer in org.ehrbase.rest.openehr.specification.experimental
Method parameters in org.ehrbase.rest.openehr.specification.experimental with annotations of type ItemTagApiSpecification.ParameterPreferModifier 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)