Exemplo n.º 1
0
 public String getLabTestName() {
   if (!isLabOrder()) return null;
   return concept.getName().getName();
 }
Exemplo n.º 2
0
 public String getTestOrPanelUUID() {
   if (!isLabOrder()) return null;
   return concept.getUuid();
 }
Exemplo n.º 3
0
 public boolean isLabOrderForPanel() {
   return concept != null && concept.isSet();
 }