Class CodingSpy

java.lang.Object
ca.uhn.fhir.jpa.dao.CodingSpy

public class CodingSpy extends Object
We are trying to preserve null behaviour despite IBaseCoding using primitive boolean for userSelected.
  • Constructor Details

  • Method Details

    • getBooleanObject

      public Boolean getBooleanObject(org.hl7.fhir.instance.model.api.IBaseCoding theValue)
      Reach into the Coding and pull out the Boolean instead of the boolean.
      Parameters:
      theValue - the Coding, or CodingDt
      Returns:
      the Boolean