public class HL7SQL extends URIBase implements InputFormatInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
description |
java.lang.String |
filePath |
static java.lang.String |
MSACCESS_DRIVER |
static java.lang.String |
MSACCESS_SERVER |
fileLocation
codingSchemeManifest
Constructor and Description |
---|
HL7SQL() |
HL7SQL(java.lang.String fileLocation) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAvailableTerminologies() |
java.lang.String |
getConnectionSummary()
Get a summary of the connection parameters.
|
URNVersionPair |
getCurrentCodingScheme() |
java.lang.String |
getDescription()
Get the description of the input type.
|
java.lang.String |
getDriver() |
Option[] |
getOptions()
Get the additional options that must be supplied before the reading can
happen.
|
java.lang.String |
getPath() |
java.lang.String |
getServer() |
java.lang.String[] |
getSupportedOutputFormats()
Get the supported Output formats for this input format.
|
void |
setCurrentCodingScheme(URNVersionPair codingScheme) |
java.lang.String |
testConnection()
See if the provided parameters make a valid connection
|
getConnectionSummary, getFileLocation, setFileLocation
getCodingSchemeManifest, getLoaderPreferences, getManifestLocation, setCodingSchemeManifest, setLoaderPreferences, setManifestLocation
public java.lang.String filePath
public static final java.lang.String description
public static final java.lang.String MSACCESS_SERVER
public static final java.lang.String MSACCESS_DRIVER
public java.lang.String[] getAvailableTerminologies() throws ConnectionFailure, UnexpectedError
getAvailableTerminologies
in interface InputFormatInterface
ConnectionFailure
UnexpectedError
public java.lang.String getConnectionSummary()
InputFormatInterface
getConnectionSummary
in interface InputFormatInterface
public java.lang.String getDescription()
InputFormatInterface
getDescription
in interface InputFormatInterface
public URNVersionPair getCurrentCodingScheme()
public void setCurrentCodingScheme(URNVersionPair codingScheme)
public Option[] getOptions()
InputFormatInterface
getOptions
in interface InputFormatInterface
public java.lang.String[] getSupportedOutputFormats()
InputFormatInterface
getSupportedOutputFormats
in interface InputFormatInterface
public java.lang.String testConnection() throws ConnectionFailure
InputFormatInterface
testConnection
in interface InputFormatInterface
testConnection
in class URIBase
ConnectionFailure
- If a connection can't be made.public java.lang.String getPath()
public java.lang.String getDriver()
public java.lang.String getServer()