A B E G I M R S V X

A

actionPerformed(ActionEvent) - Method in class be.fgov.ehealth.ehvalidator.gui.EhValidationTool
This method implements event handling within the GUI.
addColumn(TableColumn) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Append column to the right of exisiting columns.
allTableColumns - Variable in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Array of TableColumn objects in this model.

B

be.fgov.ehealth.ehvalidator.core - package be.fgov.ehealth.ehvalidator.core
Provides sumehr validation functionality either as a command-line tool or a java library
be.fgov.ehealth.ehvalidator.exceptions - package be.fgov.ehealth.ehvalidator.exceptions
Provides exceptions for the sumehr validation core library
be.fgov.ehealth.ehvalidator.gui - package be.fgov.ehealth.ehvalidator.gui
Provides the required classes for launching the sumehr validation library in a Graphical User Interface

E

EhValidationTool - Class in be.fgov.ehealth.ehvalidator.gui
Ehealth Validation Tool This tool helps practicians and people from the medical world to validate and view the Sumehr files they produce.
EhValidationTool() - Constructor for class be.fgov.ehealth.ehvalidator.gui.EhValidationTool
 
EhValidationTool(String, String, Color, Document, String, int[], boolean, boolean) - Constructor for class be.fgov.ehealth.ehvalidator.gui.EhValidationTool
 
EhValidator - Class in be.fgov.ehealth.ehvalidator.core
EhValidator This library can help software makers or command-line enthusiasts to validate a file against the Sumehr standard.
EhValidator() - Constructor for class be.fgov.ehealth.ehvalidator.core.EhValidator
 
EhValidator.Language - Enum in be.fgov.ehealth.ehvalidator.core
allowed languages.
EhValidator.ValidationResult - Enum in be.fgov.ehealth.ehvalidator.core
Validation results.
EhValidatorSchematronException - Exception in be.fgov.ehealth.ehvalidator.exceptions
Exception thrown when an issue occurs during the validation of the Schematron Rules.
EhValidatorSchematronException() - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorSchematronException
 
EhValidatorSchematronException(String) - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorSchematronException
 
EhValidatorXmlValidationException - Exception in be.fgov.ehealth.ehvalidator.exceptions
Exception thrown when an issue occurs during the XML validation of the file.
EhValidatorXmlValidationException() - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorXmlValidationException
 
EhValidatorXmlValidationException(String) - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorXmlValidationException
 
EhValidatorXsltTransformException - Exception in be.fgov.ehealth.ehvalidator.exceptions
Exception thrown when an issue occurs during the XSLT transformation (either to HTML or XML) of the report or sumehr.
EhValidatorXsltTransformException() - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorXsltTransformException
 
EhValidatorXsltTransformException(String) - Constructor for exception be.fgov.ehealth.ehvalidator.exceptions.EhValidatorXsltTransformException
 

G

getColumn(int, boolean) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Returns the TableColumn object for the column at columnIndex.
getColumnByModelIndex(int) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Maps the index of the column in the table model at modelColumnIndex to the TableColumn object.
getColumnCount(boolean) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Returns the total number of columns in this model.
getColumnIndex(Object, boolean) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Returns the position of the first column whose identifier equals identifier.
getColumns(boolean) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Returns an Enumeration of all the columns in the model.
getHTMLReport(String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method performs a validation of the file whose file name is provided as parameter.
getHTMLReport(String, EhValidator.Language) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method performs a validation of the file whose file name and language are provided as parameters.
getHTMLReport(String, EhValidator.Language, String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method performs a validation of the file whose file name, language and set of rules are provided as parameters.
getHTMLView(String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method allows to get the HTML representation of a valid Sumehr file.
getHTMLView(String, EhValidator.Language) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method allows to get the HTML representation of a valid Sumehr file.
getHTMLView(String, EhValidator.Language, String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method allows to get the HTML representation of a valid Sumehr file.
getXMLReport(String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method performs a validation of the file whose file name is provided as parameter.
getXMLReport(String, String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method performs a validation of the file whose file name and set of rules are provided as parameter.
getXMLReport(String, String, boolean) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This method is used by the GUI to display the report table.

I

isColumnVisible(TableColumn) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Checks wether the specified column is currently visible.

M

main(String[]) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
This is the main method of the eHealth Validator, used when run in command-line mode.
main(String[]) - Static method in class be.fgov.ehealth.ehvalidator.gui.EhValidationTool
This is the main method of the EhValidationTool.
moveColumn(int, int) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Moves the column from oldIndex to newIndex.

R

removeColumn(TableColumn) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Removes column from this column model.

S

setAllColumnsVisible() - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Makes all columns in this model visible
setColumnVisible(TableColumn, boolean) - Method in class be.fgov.ehealth.ehvalidator.gui.XTableColumnModel
Sets the visibility of the specified TableColumn.

V

validate(String, String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
 
validate(String) - Static method in class be.fgov.ehealth.ehvalidator.core.EhValidator
 
valueOf(String) - Static method in enum be.fgov.ehealth.ehvalidator.core.EhValidator.Language
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum be.fgov.ehealth.ehvalidator.core.EhValidator.ValidationResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum be.fgov.ehealth.ehvalidator.core.EhValidator.Language
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum be.fgov.ehealth.ehvalidator.core.EhValidator.ValidationResult
Returns an array containing the constants of this enum type, in the order they are declared.

X

XTableColumnModel - Class in be.fgov.ehealth.ehvalidator.gui
XTableColumnModel extends the DefaultTableColumnModel .

A B E G I M R S V X

eHealth Validator Master project 1.2.0 API
Copyright © 2011 Smals. All Rights Reserved.