Tabnine Logo
Reference.isEmpty
Code IndexAdd Tabnine to your IDE (free)

How to use
isEmpty
method
in
org.hl7.fhir.instance.model.Reference

Best Java code snippets using org.hl7.fhir.instance.model.Reference.isEmpty (Showing top 20 results out of 315)

origin: jamesagnew/hapi-fhir

public boolean hasAuthorizingPrescription() { 
 if (this.authorizingPrescription == null)
  return false;
 for (Reference item : this.authorizingPrescription)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean hasSpecimen() { 
 if (this.specimen == null)
  return false;
 for (Reference item : this.specimen)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean hasSpecimen() { 
 if (this.specimen == null)
  return false;
 for (Reference item : this.specimen)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean hasSubject() { 
 if (this.subject == null)
  return false;
 for (Reference item : this.subject)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean hasProcedure() { 
 if (this.procedure == null)
  return false;
 for (Reference item : this.procedure)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean hasItem() { 
 if (this.item == null)
  return false;
 for (Reference item : this.item)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean hasAction() { 
 if (this.action == null)
  return false;
 for (Reference item : this.action)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean hasContract() { 
 if (this.contract == null)
  return false;
 for (Reference item : this.contract)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean hasReferralRequest() { 
 if (this.referralRequest == null)
  return false;
 for (Reference item : this.referralRequest)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean hasEpisodeOfCare() { 
 if (this.episodeOfCare == null)
  return false;
 for (Reference item : this.episodeOfCare)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean hasIncomingReferral() { 
 if (this.incomingReferral == null)
  return false;
 for (Reference item : this.incomingReferral)
  if (!item.isEmpty())
   return true;
 return false;
}
origin: jamesagnew/hapi-fhir

public boolean isEmpty() {
 return super.isEmpty() && (patient == null || patient.isEmpty()) && (orderer == null || orderer.isEmpty())
   && (identifier == null || identifier.isEmpty()) && (encounter == null || encounter.isEmpty())
   && (dateTime == null || dateTime.isEmpty()) && (status == null || status.isEmpty()) && (allergyIntolerance == null || allergyIntolerance.isEmpty())
   && (foodPreferenceModifier == null || foodPreferenceModifier.isEmpty()) && (excludeFoodModifier == null || excludeFoodModifier.isEmpty())
   && (oralDiet == null || oralDiet.isEmpty()) && (supplement == null || supplement.isEmpty())
   && (enteralFormula == null || enteralFormula.isEmpty());
}
origin: jamesagnew/hapi-fhir

public boolean isEmpty() {
 return super.isEmpty() && (identifier == null || identifier.isEmpty()) && (subject == null || subject.isEmpty())
   && (status == null || status.isEmpty()) && (context == null || context.isEmpty()) && (period == null || period.isEmpty())
   && (author == null || author.isEmpty()) && (modified == null || modified.isEmpty()) && (category == null || category.isEmpty())
   && (description == null || description.isEmpty()) && (addresses == null || addresses.isEmpty())
   && (support == null || support.isEmpty()) && (relatedPlan == null || relatedPlan.isEmpty())
   && (participant == null || participant.isEmpty()) && (goal == null || goal.isEmpty()) && (activity == null || activity.isEmpty())
   && (note == null || note.isEmpty());
}
origin: jamesagnew/hapi-fhir

public boolean isEmpty() {
 return super.isEmpty() && (preAdmissionIdentifier == null || preAdmissionIdentifier.isEmpty())
   && (origin == null || origin.isEmpty()) && (admitSource == null || admitSource.isEmpty())
   && (admittingDiagnosis == null || admittingDiagnosis.isEmpty()) && (reAdmission == null || reAdmission.isEmpty())
   && (dietPreference == null || dietPreference.isEmpty()) && (specialCourtesy == null || specialCourtesy.isEmpty())
   && (specialArrangement == null || specialArrangement.isEmpty()) && (destination == null || destination.isEmpty())
   && (dischargeDisposition == null || dischargeDisposition.isEmpty()) && (dischargeDiagnosis == null || dischargeDiagnosis.isEmpty())
  ;
}
origin: jamesagnew/hapi-fhir

public boolean isEmpty() {
 return super.isEmpty() && (bodySite == null || bodySite.isEmpty()) && (whenUsed == null || whenUsed.isEmpty())
   && (device == null || device.isEmpty()) && (identifier == null || identifier.isEmpty()) && (indication == null || indication.isEmpty())
   && (notes == null || notes.isEmpty()) && (recordedOn == null || recordedOn.isEmpty()) && (subject == null || subject.isEmpty())
   && (timing == null || timing.isEmpty());
}
origin: jamesagnew/hapi-fhir

public boolean isEmpty() {
 return super.isEmpty() && (sequence == null || sequence.isEmpty()) && (focal == null || focal.isEmpty())
   && (coverage == null || coverage.isEmpty()) && (businessArrangement == null || businessArrangement.isEmpty())
   && (relationship == null || relationship.isEmpty()) && (preAuthRef == null || preAuthRef.isEmpty())
   && (claimResponse == null || claimResponse.isEmpty()) && (originalRuleset == null || originalRuleset.isEmpty())
  ;
}
origin: jamesagnew/hapi-fhir

public boolean isEmpty() {
 return super.isEmpty() && (relationship == null || relationship.isEmpty()) && (name == null || name.isEmpty())
   && (telecom == null || telecom.isEmpty()) && (address == null || address.isEmpty()) && (gender == null || gender.isEmpty())
   && (organization == null || organization.isEmpty()) && (period == null || period.isEmpty())
  ;
}
origin: jamesagnew/hapi-fhir

public boolean isEmpty() {
 return super.isEmpty() && (type == null || type.isEmpty()) && (profile == null || profile.isEmpty())
   && (interaction == null || interaction.isEmpty()) && (versioning == null || versioning.isEmpty())
   && (readHistory == null || readHistory.isEmpty()) && (updateCreate == null || updateCreate.isEmpty())
   && (conditionalCreate == null || conditionalCreate.isEmpty()) && (conditionalUpdate == null || conditionalUpdate.isEmpty())
   && (conditionalDelete == null || conditionalDelete.isEmpty()) && (searchInclude == null || searchInclude.isEmpty())
   && (searchRevInclude == null || searchRevInclude.isEmpty()) && (searchParam == null || searchParam.isEmpty())
  ;
}
origin: jamesagnew/hapi-fhir

public org.hl7.fhir.dstu3.model.Reference convertReference(org.hl7.fhir.instance.model.Reference src) throws FHIRException {
 if (src == null || src.isEmpty())
  return null;
 org.hl7.fhir.dstu3.model.Reference tgt = new org.hl7.fhir.dstu3.model.Reference();
 copyElement(src, tgt);
 tgt.setReference(src.getReference());
 tgt.setDisplay(src.getDisplay());
 return tgt;
}
origin: jamesagnew/hapi-fhir

public boolean isEmpty() {
 return super.isEmpty() && (url == null || url.isEmpty()) && (version == null || version.isEmpty())
   && (name == null || name.isEmpty()) && (status == null || status.isEmpty()) && (kind == null || kind.isEmpty())
   && (experimental == null || experimental.isEmpty()) && (publisher == null || publisher.isEmpty())
   && (contact == null || contact.isEmpty()) && (date == null || date.isEmpty()) && (description == null || description.isEmpty())
   && (requirements == null || requirements.isEmpty()) && (idempotent == null || idempotent.isEmpty())
   && (code == null || code.isEmpty()) && (notes == null || notes.isEmpty()) && (base == null || base.isEmpty())
   && (system == null || system.isEmpty()) && (type == null || type.isEmpty()) && (instance == null || instance.isEmpty())
   && (parameter == null || parameter.isEmpty());
}
org.hl7.fhir.instance.modelReferenceisEmpty

Popular methods of Reference

  • getReference
  • <init>
    Constructor
  • getResource
  • setDisplay
  • setReference
  • castToString
  • compareDeep
  • compareValues
  • copy
  • copyValues
  • getDisplay
  • getExtension
  • getDisplay,
  • getExtension,
  • getReferenceElement

Popular in Java

  • Start an intent from android
  • getExternalFilesDir (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • requestLocationUpdates (LocationManager)
  • Menu (java.awt)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • ImageIO (javax.imageio)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Join (org.hibernate.mapping)
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now