Uses of Class
org.hl7.fhir.validation.instance.utils.ElementInfo
-
Packages that use ElementInfo Package Description org.hl7.fhir.validation.instance org.hl7.fhir.validation.instance.utils -
-
Uses of ElementInfo in org.hl7.fhir.validation.instance
Methods in org.hl7.fhir.validation.instance that return types with arguments of type ElementInfo Modifier and Type Method Description List<ElementInfo>InstanceValidator. listChildren(org.hl7.fhir.r5.elementmodel.Element element, NodeStack stack)Methods in org.hl7.fhir.validation.instance with parameters of type ElementInfo Modifier and Type Method Description voidInstanceValidator. 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)voidInstanceValidator. 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)voidInstanceValidator. checkMustSupport(org.hl7.fhir.r5.model.StructureDefinition profile, ElementInfo ei)booleanInstanceValidator. matchSlice(ValidatorHostContext hostContext, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, List<org.hl7.fhir.utilities.validation.ValidationMessage> sliceInfo, org.hl7.fhir.r5.model.StructureDefinition profile, NodeStack stack, org.hl7.fhir.r5.model.ElementDefinition slicer, boolean unsupportedSlicing, List<String> problematicPaths, int sliceOffset, int i, org.hl7.fhir.r5.model.ElementDefinition ed, boolean childUnsupportedSlicing, ElementInfo ei) -
Uses of ElementInfo in org.hl7.fhir.validation.instance.utils
Methods in org.hl7.fhir.validation.instance.utils that return ElementInfo Modifier and Type Method Description ElementInfoElementInfo. setAdditionalSlice(boolean additionalSlice)ElementInfoElementInfo. setCount(int count)ElementInfoElementInfo. setDefinition(org.hl7.fhir.r5.model.ElementDefinition definition)ElementInfoElementInfo. setElement(org.hl7.fhir.r5.elementmodel.Element element)ElementInfoElementInfo. setIndex(int index)ElementInfoElementInfo. setName(String name)ElementInfoElementInfo. setSlice(org.hl7.fhir.r5.model.ElementDefinition slice)ElementInfoElementInfo. setSliceindex(int sliceindex)ElementInfoElementInfo. setSliceInfo(List<org.hl7.fhir.utilities.validation.ValidationMessage> sliceInfo)
-