mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-06 21:18:21 +00:00
Jason Owen
2f139640e5
Add unit tests for HumanName has(String) methods
Prefixes, given names, and suffixes can all have multiple entries, and so are kept in a list. The `hasPrefix(String)` and its sibling methods are conveniences for checking that these lists contain the given element. Add tests around those three methods to ensure that the list checking code is correct. Issue #865 HumanName#hasGiven(String) can never return true
hapi-fhir
HAPI FHIR - Java API for HL7 FHIR Clients and Servers
Complete project documentation is available here: http://jamesagnew.github.io/hapi-fhir/
A demonstration of this project is available here: http://fhirtest.uhn.ca/
This project is Open Source, licensed under the Apache Software License 2.0.
Languages
Java
98.3%
HTML
0.8%
Ruby
0.7%
Shell
0.1%