Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OH2-418 | Orthanc Integration #514

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

SilverD3
Copy link
Contributor

See OH2-418

when(patientBrowserManager.getPatientById(anyInt())).thenReturn(PatientHelper.setup());
when(orthancAPIClientService.getPatientStudiesById(anyString())).thenReturn(studies);

var result = mvc.perform(get("/radiology/patients/{id}/studies", "123")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while var is valid, the project standards require strongly typed objects. There are no other occurrences currently in the project and there seems no value to starting it now. Thanks.

SteveGT96 and others added 2 commits December 11, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants