|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueSetExportOperation
Method Summary | |
---|---|
java.net.URI |
exportValueSetContents(java.net.URI valueSetDefinitionURI,
java.lang.String valueSetDefinitionVersion,
java.net.URI exportDestination,
AbsoluteCodingSchemeVersionReferenceList csVersionList,
java.lang.String csVersionTag,
boolean overwrite,
boolean failOnAllErrors)
Exports contents of Value Set Definition as Code System in LexGrid canonical XML format. |
java.net.URI |
exportValueSetContents(java.net.URI valueSetDefinitionURI,
java.lang.String valueSetDefinitionVersion,
java.net.URI exportDestination,
java.lang.String exporter)
Exports contents of the Value Set Definition using the exporter specified. |
void |
exportValueSetDefinition(java.net.URI valueSetDefinitionURI,
java.lang.String valueSetDefinitionVersion,
java.lang.String xmlFullPathName,
boolean overwrite,
boolean failOnAllErrors)
Export Value Set Definition to LexGrid canonical XML format. |
java.util.List<java.lang.String> |
getSupportedExporterNames()
Returns list of Exporter names supported by this LexEVS instance. |
Method Detail |
---|
void exportValueSetDefinition(java.net.URI valueSetDefinitionURI, java.lang.String valueSetDefinitionVersion, java.lang.String xmlFullPathName, boolean overwrite, boolean failOnAllErrors) throws LBException
valueSetDefinitionURI
- value set definition URIvalueSetDefinitionVersion
- value set definition versionxmlFullPathName
- File location (including file name *.xml) to save the definitionoverwrite
- True: to override the existing file.failOnAllErrors
- True: stops exporting if any error.
LBException
java.net.URI exportValueSetContents(java.net.URI valueSetDefinitionURI, java.lang.String valueSetDefinitionVersion, java.net.URI exportDestination, java.lang.String exporter) throws LBException
valueSetDefinitionURI
- URI of the Value Set Definition to be exportedvalueSetDefinitionVersion
- version of the Value Set Definition to be exportedexportDestination
- Destination path information for the exported file.exporter
- Name of the exporter to use. Use getSupportedExporterNames to get all the exporters supported by this instance of CTS2.
LBException
java.net.URI exportValueSetContents(java.net.URI valueSetDefinitionURI, java.lang.String valueSetDefinitionVersion, java.net.URI exportDestination, AbsoluteCodingSchemeVersionReferenceList csVersionList, java.lang.String csVersionTag, boolean overwrite, boolean failOnAllErrors) throws LBException
valueSetDefinitionURI
- value set definition URIvalueSetDefinitionVersion
- value set definition versionexportDestination
- Location (path to the folder withOUT the file name) to save the definitioncsVersionList
- A list of coding scheme URI's and versions to be used. These will be used only if they are present in
the service. If absent, the most recent version will be used instead.csVersionTag
- the tag (e.g "devel", "production", ...) to be used to reconcile coding schemes when more than one is present.overwrite
- True: to override the existing file.failOnAllErrors
- True: stops exporting if any error.
LBException
java.util.List<java.lang.String> getSupportedExporterNames() throws LBException
LBException
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |