public static class I2B2CellFR.UploadI2B2Response
extends java.lang.Object
| Constructor and Description |
|---|
I2B2CellFR.UploadI2B2Response(java.lang.String xmlResponse)
Contructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIgnoredRecords(I2B2CellFR.XmlPdoTag xmlTag)
Returns the total number of ignored records tagged with xmlTag
|
int |
getInsertedRecords(I2B2CellFR.XmlPdoTag xmlTag)
Returns the total number of inserted records tagged with xmlTag
|
int |
getTotalRecords(I2B2CellFR.XmlPdoTag xmlTag)
Returns the total number of processed records tagged with xmlTag
|
public I2B2CellFR.UploadI2B2Response(java.lang.String xmlResponse)
throws java.lang.Exception
xmlResponse - The response from I2B2java.lang.Exception - In case xmlResponse cannot be parsedpublic int getTotalRecords(I2B2CellFR.XmlPdoTag xmlTag)
xmlTag - The tagpublic int getIgnoredRecords(I2B2CellFR.XmlPdoTag xmlTag)
xmlTag - The tagpublic int getInsertedRecords(I2B2CellFR.XmlPdoTag xmlTag)
xmlTag - The tag