net.shrine.monitor.scanner
Class ShortHandNotationIO
java.lang.Object
net.shrine.monitor.scanner.ShortHandNotationIO
public class ShortHandNotationIO
- extends Object
- Author:
- Andrew McMurry, MS
With primary support from Children's Hospital Informatics Program @
Harvard-MIT Health Sciences and Technology and
Secondary support from the Harvard Medical School
Center for BioMedical Informatics
PHD candidate, Boston University Bioinformatics
Member, I2b2 National Center for Biomedical Computing
All works licensed under LGPL
User: andy
Date: Oct 19, 2010
Time: 11:04:15 AM
|
Method Summary |
static String |
read(List<edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType> queries)
|
static String |
read(edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType... queries)
|
static void |
write(File outputFile,
List<edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType> queries)
|
static void |
write(File outputFile,
edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType... queries)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortHandNotationIO
public ShortHandNotationIO()
write
public static void write(File outputFile,
List<edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType> queries)
throws IOException
- Throws:
IOException
write
public static void write(File outputFile,
edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType... queries)
throws IOException
- Throws:
IOException
read
public static String read(edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType... queries)
read
public static String read(List<edu.harvard.i2b2.crc.datavo.setfinder.query.QueryDefinitionType> queries)
Copyright © 2011. All Rights Reserved.