Uses of Class
org.hl7.fhir.validation.instance.PercentageTracker
-
Packages that use PercentageTracker Package Description org.hl7.fhir.validation.instance org.hl7.fhir.validation.instance.type -
-
Uses of PercentageTracker in org.hl7.fhir.validation.instance
Methods in org.hl7.fhir.validation.instance with parameters of type PercentageTracker Modifier and Type Method Description booleanInstanceValidator. checkChild(ValidatorHostContext hostContext, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, org.hl7.fhir.r5.model.StructureDefinition profile, org.hl7.fhir.r5.model.ElementDefinition definition, org.hl7.fhir.r5.elementmodel.Element resource, org.hl7.fhir.r5.elementmodel.Element element, String actualType, NodeStack stack, boolean inCodeableConcept, boolean checkDisplayInContext, ElementInfo ei, String extensionUrl, PercentageTracker pct, org.hl7.fhir.r5.model.Base.ValidationMode mode)booleanInstanceValidator. checkChildByDefinition(ValidatorHostContext hostContext, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, org.hl7.fhir.r5.model.StructureDefinition profile, org.hl7.fhir.r5.model.ElementDefinition definition, org.hl7.fhir.r5.elementmodel.Element resource, org.hl7.fhir.r5.elementmodel.Element element, String actualType, NodeStack stack, boolean inCodeableConcept, boolean checkDisplayInContext, ElementInfo ei, String extensionUrl, org.hl7.fhir.r5.model.ElementDefinition checkDefn, boolean isSlice, PercentageTracker pct, org.hl7.fhir.r5.model.Base.ValidationMode mode)booleanInstanceValidator. checkSpecials(ValidatorHostContext hostContext, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, org.hl7.fhir.r5.elementmodel.Element element, NodeStack stack, boolean checkSpecials, PercentageTracker pct, org.hl7.fhir.r5.model.Base.ValidationMode mode)booleanInstanceValidator. startInner(ValidatorHostContext hostContext, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, org.hl7.fhir.r5.elementmodel.Element resource, org.hl7.fhir.r5.elementmodel.Element element, org.hl7.fhir.r5.model.StructureDefinition defn, NodeStack stack, boolean checkSpecials, PercentageTracker pct, org.hl7.fhir.r5.model.Base.ValidationMode mode) -
Uses of PercentageTracker in org.hl7.fhir.validation.instance.type
Methods in org.hl7.fhir.validation.instance.type with parameters of type PercentageTracker Modifier and Type Method Description booleanBundleValidator. validateBundle(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, org.hl7.fhir.r5.elementmodel.Element bundle, NodeStack stack, boolean checkSpecials, ValidatorHostContext hostContext, PercentageTracker pct, org.hl7.fhir.r5.model.Base.ValidationMode mode)
-