Interface ExtractedParameterValueVisitor

    • Method Detail

      • visit

        void visit​(StringParmVal stringParameter)
            throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Process a string parameter value
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException
      • visit

        void visit​(NumberParmVal numberParameter)
            throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Process a number parameter value
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException
      • visit

        void visit​(DateParmVal dateParameter)
            throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Process a date parameter value
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException
      • visit

        void visit​(TokenParmVal tokenParameter)
            throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Process a token parameter value
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException
      • visit

        void visit​(QuantityParmVal quantityParameter)
            throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Process a quantity parameter value
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException
      • visit

        void visit​(LocationParmVal locationParameter)
            throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Process a location parameter value
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException
      • visit

        void visit​(CompositeParmVal compositeParameter)
            throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Process a composite parameter value
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException
      • visit

        void visit​(ReferenceParmVal referenceParmVal)
            throws com.ibm.fhir.persistence.exception.FHIRPersistenceException
        Process a reference parameter value
        Parameters:
        referenceParmVal -
        Throws:
        com.ibm.fhir.persistence.exception.FHIRPersistenceException