public class DIMGeneric extends java.lang.Object
Constructor and Description |
---|
DIMGeneric(ConcatTags tags,
java.lang.Iterable<SearchResult> arr) |
DIMGeneric(java.lang.Iterable<SearchResult> arr) |
DIMGeneric(java.lang.Iterable<SearchResult> arr,
int depth)
it is allow to handle a ArrayList of Strings or SearchResults
|
Modifier and Type | Method and Description |
---|---|
Serie |
fillSeries(Study parent,
java.util.Map<java.lang.String,java.lang.Object> extra) |
Study |
fillStudy(Patient parent,
java.util.Map<java.lang.String,java.lang.Object> extra,
java.lang.String StudyDescription)
Add Study
It also verify if it exists
In the last case Object will be discarded and the
data will be added for the Study that already exists
|
java.lang.String |
getJSON() |
java.util.ArrayList<Patient> |
getPatients() |
java.lang.String |
getXML() |
void |
writeJSON(java.io.Writer destinationWriter,
long elapsedTime) |
void |
writeJSON(java.io.Writer destinationWriter,
long elapsedTime,
int depth,
int offset,
int psize) |
public DIMGeneric(ConcatTags tags, java.lang.Iterable<SearchResult> arr) throws java.lang.Exception
java.lang.Exception
public DIMGeneric(java.lang.Iterable<SearchResult> arr, int depth) throws java.lang.Exception
arr
- java.lang.Exception
public DIMGeneric(java.lang.Iterable<SearchResult> arr) throws java.lang.Exception
java.lang.Exception
public Study fillStudy(Patient parent, java.util.Map<java.lang.String,java.lang.Object> extra, java.lang.String StudyDescription)
public Serie fillSeries(Study parent, java.util.Map<java.lang.String,java.lang.Object> extra)
public void writeJSON(java.io.Writer destinationWriter, long elapsedTime) throws java.io.IOException
java.io.IOException
public void writeJSON(java.io.Writer destinationWriter, long elapsedTime, int depth, int offset, int psize) throws java.io.IOException
java.io.IOException
public java.lang.String getJSON()
public java.lang.String getXML()
public java.util.ArrayList<Patient> getPatients()