Exemplo n.º 1
0
 // Return true if the histology is valid
 // @param histology histology
 // @return true if the histology is valid
 public bool isValidHistology(String histology)
 {
     return(_provider.isValidHistology(histology));
 }