}else if (delegate instanceof SerrenList){
newNode = new SerrenListNode(current,(SerrenList) delegate);
}else if (delegate instanceof DiagnosisList){
newNode = new DiagnosisListNode(current,(DiagnosisList) delegate);
}else if (delegate instanceof InvalidityList){
newNode = new InvalidityListNode(current,(InvalidityList) delegate);
}else if (delegate instanceof PrescriptionList){
newNode = new PrescriptionListNode(current,(PrescriptionList) delegate);
}else if (delegate instanceof PrescriptionDloList){
newNode = new PrescriptionDloListNode(current,(PrescriptionDloList) delegate);
}else if (delegate instanceof CheckupDICOMLocal){