Exemplo n.º 1
0
 public boolean hasTag() {
   if (this.tag == null) return false;
   for (Coding item : this.tag) if (!item.isEmpty()) return true;
   return false;
 }
Exemplo n.º 2
0
 public boolean hasSecurity() {
   if (this.security == null) return false;
   for (Coding item : this.security) if (!item.isEmpty()) return true;
   return false;
 }