-
Notifications
You must be signed in to change notification settings - Fork 1
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
34 dockerisation and ci build #40
Conversation
Milestone 0.0.3 with Flare Endpoint and Integration Tests Signed-off-by: Lucas Triefenbach <[email protected]>
Milestone 0.0.3 with Flare Endpoint and Integration Tests Signed-off-by: Lucas Triefenbach <[email protected]>
# Conflicts: # src/main/java/de/medizininformatikinitiative/torch/util/Redaction.java
# Conflicts: # pom.xml # src/main/java/de/medizininformatikinitiative/torch/rest/FhirController.java # src/main/java/de/medizininformatikinitiative/torch/util/ElementCopier.java # src/main/java/de/medizininformatikinitiative/torch/util/Redaction.java # src/main/resources/application.yml # src/test/java/de/medizininformatikinitiative/torch/CrtdlTest.java # src/test/resources/application.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be working, will handle async next.
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
//Set of PatIds that survived the | ||
Set<String> safeGroup = new HashSet<>(); | ||
List<String> batches = splitListIntoBatches(patients, batchSize); | ||
logger.debug("FHIR search List size for group {}: {}", group, batches.size()); |
Check notice
Code scanning / CodeQL
Use of default toString() Note
} | ||
|
||
@Bean | ||
public ResourceTransformer resourceTransformer(DataStore dataStore, ElementCopier copier, Redaction redaction, CdsStructureDefinitionHandler cds, FhirContext context) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
} | ||
|
||
@Bean | ||
public ResourceTransformer resourceTransformer(DataStore dataStore, ElementCopier copier, Redaction redaction, CdsStructureDefinitionHandler cds, FhirContext context) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
} | ||
|
||
@Bean | ||
public ResourceTransformer resourceTransformer(DataStore dataStore, ElementCopier copier, Redaction redaction, CdsStructureDefinitionHandler cds, FhirContext context) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
result.append(".").append(sliceParts[1]); | ||
}else { | ||
String sliceName = sliceParts[1].replace(path, ""); | ||
Base element; |
Check notice
Code scanning / CodeQL
Unread local variable Note
} catch (NullPointerException ex) { | ||
|
||
logger.error(" Child Type Unknown {}", childID,child.getName()); |
Check warning
Code scanning / CodeQL
Unused format argument Warning
@Test | ||
public void testMustHave() throws IOException { | ||
|
||
FileInputStream fis = new FileInputStream(RESOURCE_PATH_PREFIX+"CRTDL/CRTDL_observation_must_have.json"); |
Check warning
Code scanning / CodeQL
Potential input resource leak Warning test
|
||
@Test | ||
public void testFlare() throws IOException { | ||
FileInputStream fis = new FileInputStream("src/test/resources/CRTDL/CRTDL_diagnosis_female.json"); |
Check warning
Code scanning / CodeQL
Potential input resource leak Warning test
No description provided.