public class ExportDescriptor extends Object
parse(Source)
or using JAXB.| Constructor and Description |
|---|
ExportDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Concept> |
allConcepts()
Get all concepts used for the export.
|
Concepts |
getConcepts()
Get the
Concepts object which contains concept groups and
ungrouped concepts. |
EavTable[] |
getEAVTables() |
PatientTable |
getPatientTable() |
VisitTable |
getVisitTable() |
TableExport |
newExport() |
static ExportDescriptor |
parse(InputStream xml)
Parse an XML document containing the
export descriptor data.
|
static ExportDescriptor |
parse(Source source)
Parse an XML document containing the
export descriptor data.
|
public PatientTable getPatientTable()
public VisitTable getVisitTable()
public EavTable[] getEAVTables()
public static ExportDescriptor parse(Source source)
source - XML sourcepublic static ExportDescriptor parse(InputStream xml)
xml - XML input streampublic Iterable<Concept> allConcepts()
The returned iterator will iterate through all concepts contained in groups followed by all ungrouped concepts.
public Concepts getConcepts()
Concepts object which contains concept groups and
ungrouped concepts.public TableExport newExport()
Copyright © 2013–2017 R.W.Majeed. All rights reserved.