Class FixedSnapshotGeneratingValidationSupport

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface ca.uhn.fhir.context.support.IValidationSupport

        ca.uhn.fhir.context.support.IValidationSupport.BaseConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationResult, ca.uhn.fhir.context.support.IValidationSupport.CodingConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.ConceptDesignation, ca.uhn.fhir.context.support.IValidationSupport.IssueSeverity, ca.uhn.fhir.context.support.IValidationSupport.LookupCodeResult, ca.uhn.fhir.context.support.IValidationSupport.StringConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.TranslateCodeRequest, ca.uhn.fhir.context.support.IValidationSupport.ValueSetExpansionOutcome
    • Field Summary

      • Fields inherited from interface ca.uhn.fhir.context.support.IValidationSupport

        URL_PREFIX_VALUE_SET
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hl7.fhir.instance.model.api.IBaseResource generateSnapshot​(ca.uhn.fhir.context.support.ValidationSupportContext theValidationSupportContext, org.hl7.fhir.instance.model.api.IBaseResource theInput, String theUrl, String theWebUrl, String theProfileName)  
      • Methods inherited from class org.hl7.fhir.common.hapi.validation.support.SnapshotGeneratingValidationSupport

        getFhirContext
      • Methods inherited from interface ca.uhn.fhir.context.support.IValidationSupport

        expandValueSet, expandValueSet, fetchAllConformanceResources, fetchAllNonBaseStructureDefinitions, fetchAllSearchParameters, fetchAllStructureDefinitions, fetchBinary, fetchCodeSystem, fetchResource, fetchStructureDefinition, fetchValueSet, invalidateCaches, isCodeSystemSupported, isEnabledValidationForCodingsLogicalAnd, isRemoteTerminologyServiceConfigured, isValueSetSupported, lookupCode, lookupCode, translateConcept, validateCode, validateCodeInValueSet
    • Constructor Detail

      • FixedSnapshotGeneratingValidationSupport

        public FixedSnapshotGeneratingValidationSupport​(ca.uhn.fhir.context.FhirContext theCtx)
        Constructor
        Parameters:
        theCtx - FhirContext
    • Method Detail

      • generateSnapshot

        @Nullable
        public org.hl7.fhir.instance.model.api.IBaseResource generateSnapshot​(ca.uhn.fhir.context.support.ValidationSupportContext theValidationSupportContext,
                                                                              org.hl7.fhir.instance.model.api.IBaseResource theInput,
                                                                              String theUrl,
                                                                              String theWebUrl,
                                                                              String theProfileName)
        Specified by:
        generateSnapshot in interface ca.uhn.fhir.context.support.IValidationSupport
        Overrides:
        generateSnapshot in class org.hl7.fhir.common.hapi.validation.support.SnapshotGeneratingValidationSupport