Package ca.uhn.fhir.jpa.dao
Class CodingSpy
java.lang.Object
ca.uhn.fhir.jpa.dao.CodingSpy
We are trying to preserve null behaviour despite IBaseCoding using primitive boolean for userSelected.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBooleanObject
(org.hl7.fhir.instance.model.api.IBaseCoding theValue) Reach into the Coding and pull out the Boolean instead of the boolean.
-
Constructor Details
-
CodingSpy
public CodingSpy()
-
-
Method Details
-
getBooleanObject
Reach into the Coding and pull out the Boolean instead of the boolean.- Parameters:
theValue
- the Coding, or CodingDt- Returns:
- the Boolean
-