Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AKTIN
dwh-import
Commits
0ded9136
Commit
0ded9136
authored
Jan 16, 2018
by
R.W.Majeed
Browse files
javadoc fixes
parent
66ecc6da
Changes
3
Hide whitespace changes
Inline
Side-by-side
cda-import/src/main/java/org/aktin/cda/etl/CDAImporter.java
View file @
0ded9136
...
@@ -50,6 +50,7 @@ public class CDAImporter extends AbstractCDAImporter implements AutoCloseable{
...
@@ -50,6 +50,7 @@ public class CDAImporter extends AbstractCDAImporter implements AutoCloseable{
* Construct a CDAImporter
* Construct a CDAImporter
* @param factory observation factory
* @param factory observation factory
* @param prefs preferences
* @param prefs preferences
* @param anonymizer anonymizer interface
* @throws NamingException i2b2 data sources could not be found by their names
* @throws NamingException i2b2 data sources could not be found by their names
* @throws SQLException initisiation errors with the database
* @throws SQLException initisiation errors with the database
* @throws IOException unable to load CDA to ETL transformation script
* @throws IOException unable to load CDA to ETL transformation script
...
...
cda-import/src/main/java/org/aktin/cda/etl/transform/Transformation.java
View file @
0ded9136
...
@@ -41,6 +41,7 @@ public class Transformation {
...
@@ -41,6 +41,7 @@ public class Transformation {
* @param moduleId module id
* @param moduleId module id
* @param templateId template id
* @param templateId template id
* @param xslt XSLT document
* @param xslt XSLT document
* @param anonymizer anonzmiyer
* @throws TransformerFactoryConfigurationError if the transformer factory failed to initialize
* @throws TransformerFactoryConfigurationError if the transformer factory failed to initialize
* @throws TransformerConfigurationException transformer setup error
* @throws TransformerConfigurationException transformer setup error
*/
*/
...
...
cda-import/src/main/java/org/aktin/cda/etl/transform/fun/OneWayHashFunction.java
View file @
0ded9136
...
@@ -37,7 +37,7 @@ public abstract class OneWayHashFunction extends ExtensionFunctionDefinition {
...
@@ -37,7 +37,7 @@ public abstract class OneWayHashFunction extends ExtensionFunctionDefinition {
/**
/**
* Implements a call to the hash function with variable arguments.
* Implements a call to the hash function with variable arguments.
*
For t
he algorithm
, see {@link OneWayHashFunction#calculateHash(String...)
}
*
T
he algorithm
is delegated to the implementation of {@link Anonymizer
}
*
*
* @author R.W.Majeed
* @author R.W.Majeed
*
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment