
Uses of Class
org.hl7.fhir.r5.model.ElementDefinition.ElementDefinitionConstraintComponent
Packages that use ElementDefinition.ElementDefinitionConstraintComponent
Package
Description
-
Uses of ElementDefinition.ElementDefinitionConstraintComponent in org.hl7.fhir.r5.conformance.profile
Methods in org.hl7.fhir.r5.conformance.profile with parameters of type ElementDefinition.ElementDefinitionConstraintComponentModifier and TypeMethodDescriptionProfileUtilities.processConstraint(List<ElementDefinition> children, ElementDefinition.ElementDefinitionConstraintComponent c) -
Uses of ElementDefinition.ElementDefinitionConstraintComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ElementDefinition.ElementDefinitionConstraintComponentModifier and TypeMethodDescriptionJsonParser.parseElementDefinitionConstraintComponent(com.google.gson.JsonObject json) XmlParser.parseElementDefinitionConstraintComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ElementDefinition.ElementDefinitionConstraintComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeElementDefinitionConstraintComponent(String name, ElementDefinition.ElementDefinitionConstraintComponent element) protected voidRdfParser.composeElementDefinitionConstraintComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ElementDefinition.ElementDefinitionConstraintComponent element, int index) protected voidXmlParser.composeElementDefinitionConstraintComponent(String name, ElementDefinition.ElementDefinitionConstraintComponent element) protected voidXmlParser.composeElementDefinitionConstraintComponentElements(ElementDefinition.ElementDefinitionConstraintComponent element) protected voidJsonParser.composeElementDefinitionConstraintComponentProperties(ElementDefinition.ElementDefinitionConstraintComponent element) protected booleanXmlParser.parseElementDefinitionConstraintComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ElementDefinition.ElementDefinitionConstraintComponent res) protected voidJsonParser.parseElementDefinitionConstraintComponentProperties(com.google.gson.JsonObject json, ElementDefinition.ElementDefinitionConstraintComponent res) -
Uses of ElementDefinition.ElementDefinitionConstraintComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ElementDefinition.ElementDefinitionConstraintComponentModifier and TypeFieldDescriptionElementDefinition.constraintFormal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance.Methods in org.hl7.fhir.r5.model that return ElementDefinition.ElementDefinitionConstraintComponentModifier and TypeMethodDescriptionElementDefinition.addConstraint()ElementDefinition.ElementDefinitionConstraintComponent.copy()ElementDefinition.getConstraintFirstRep()ElementDefinition.ElementDefinitionConstraintComponent.setExpression(String value) ElementDefinition.ElementDefinitionConstraintComponent.setExpressionElement(StringType value) ElementDefinition.ElementDefinitionConstraintComponent.setHumanElement(StringType value) ElementDefinition.ElementDefinitionConstraintComponent.setKeyElement(IdType value) ElementDefinition.ElementDefinitionConstraintComponent.setRequirements(String value) ElementDefinition.ElementDefinitionConstraintComponent.setRequirementsElement(MarkdownType value) ElementDefinition.ElementDefinitionConstraintComponent.setSeverity(ElementDefinition.ConstraintSeverity value) ElementDefinition.ElementDefinitionConstraintComponent.setSeverityElement(Enumeration<ElementDefinition.ConstraintSeverity> value) ElementDefinition.ElementDefinitionConstraintComponent.setSourceElement(CanonicalType value) ElementDefinition.ElementDefinitionConstraintComponent.setSuppress(boolean value) ElementDefinition.ElementDefinitionConstraintComponent.setSuppressElement(BooleanType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ElementDefinition.ElementDefinitionConstraintComponentMethods in org.hl7.fhir.r5.model with parameters of type ElementDefinition.ElementDefinitionConstraintComponentModifier and TypeMethodDescriptionElementDefinition.addConstraint(ElementDefinition.ElementDefinitionConstraintComponent t) voidElementDefinition.ElementDefinitionConstraintComponent.copyValues(ElementDefinition.ElementDefinitionConstraintComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ElementDefinition.ElementDefinitionConstraintComponentModifier and TypeMethodDescriptionElementDefinition.setConstraint(List<ElementDefinition.ElementDefinitionConstraintComponent> theConstraint) -
Uses of ElementDefinition.ElementDefinitionConstraintComponent in org.hl7.fhir.r5.renderers
Method parameters in org.hl7.fhir.r5.renderers with type arguments of type ElementDefinition.ElementDefinitionConstraintComponentModifier and TypeMethodDescriptionstatic booleanStructureDefinitionRenderer.hasNonBaseConstraints(List<ElementDefinition.ElementDefinitionConstraintComponent> constraints)