public class OpalToOmxConvertor extends Object
| Constructor and Description |
|---|
OpalToOmxConvertor(String studyName,
String filePath) |
| Modifier and Type | Method and Description |
|---|---|
void |
collectCategoryInfo(RepositoryCollection repositoryCollection) |
void |
collectProtocolInfo(RepositoryCollection repositoryCollection) |
void |
collectVariableInfo(RepositoryCollection repositoryCollection) |
String |
createCategoryIdentifier(String categoryName) |
String |
createFeatureIdentifier(String featureName) |
String |
createProtocolIdentifier(String protocolTname) |
static void |
main(String[] args) |
void |
start(String fileString) |
void |
writeToPhenoFormat(WritableFactory writer) |
public Map<String,List<org.molgenis.omx.biobankconnect.utils.AbstractOmxConvertor.UniqueCategory>> featureCategoryLinks
public Map<String,org.molgenis.omx.biobankconnect.utils.AbstractOmxConvertor.UniqueVariable> variableInfo
public Map<String,org.molgenis.omx.biobankconnect.utils.AbstractOmxConvertor.UniqueCategory> categoryInfo
public String studyName
public OpalToOmxConvertor(String studyName, String filePath) throws IOException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
IOExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic void collectProtocolInfo(RepositoryCollection repositoryCollection) throws IOException
IOExceptionpublic void collectVariableInfo(RepositoryCollection repositoryCollection) throws IOException
IOExceptionpublic void collectCategoryInfo(RepositoryCollection repositoryCollection) throws IOException
IOExceptionpublic static void main(String[] args) throws IOException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
args - IOExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic void start(String fileString) throws IOException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
IOExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic void writeToPhenoFormat(WritableFactory writer) throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.