Skip to content

Suggested change to hasXxx implementation #5

Open
@cptully

Description

@cptully

I forked your project, intending to make this change myself for something at work but I cannot seem to pull all of the dependencies when behind my corporate firewall... I will have to try on my personal computer this weekend.

We use HAPI FHIR and they have a more robust implementation of hasXxxx() that you may find interesting:

public boolean hasXxxx() { return this.xxxx != null && !this.xxxx.isEmpty(); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions