예제 #1
0
 public boolean isEmpty() {
   return super.isEmpty()
       && ca.uhn.fhir.util.ElementUtil.isEmpty(
           identifier,
           ruleset,
           originalRuleset,
           created,
           target,
           provider,
           organization,
           request,
           response,
           paymentStatus,
           statusDate);
 }
예제 #2
0
 public boolean isEmpty() {
   return super.isEmpty()
       && ca.uhn.fhir.util.ElementUtil.isEmpty(value, comparator, unit, system, code);
 }
예제 #3
0
 public boolean isEmpty() {
   return super.isEmpty() && ca.uhn.fhir.util.ElementUtil.isEmpty(id, extension);
 }
예제 #4
0
파일: Meta.java 프로젝트: aemay2/hapi-fhir
 public boolean isEmpty() {
   return super.isEmpty()
       && ca.uhn.fhir.util.ElementUtil.isEmpty(versionId, lastUpdated, profile, security, tag);
 }
예제 #5
0
 public boolean isEmpty() {
   return super.isEmpty() && ca.uhn.fhir.util.ElementUtil.isEmpty(author, item);
 }
예제 #6
0
 public boolean isEmpty() {
   return super.isEmpty() && ca.uhn.fhir.util.ElementUtil.isEmpty(type, resource);
 }