Uses of Class
org.hl7.fhir.dstu3.model.ElementDefinition.ElementDefinitionBindingComponent
-
Packages that use ElementDefinition.ElementDefinitionBindingComponent Package Description org.hl7.fhir.dstu3.conformance org.hl7.fhir.dstu3.context org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ElementDefinition.ElementDefinitionBindingComponent in org.hl7.fhir.dstu3.conformance
Methods in org.hl7.fhir.dstu3.conformance with parameters of type ElementDefinition.ElementDefinitionBindingComponent Modifier and Type Method Description ProfileUtilities.ProfileKnowledgeProvider.BindingResolutionProfileUtilities.ProfileKnowledgeProvider. resolveBinding(StructureDefinition def, ElementDefinition.ElementDefinitionBindingComponent binding, String path) -
Uses of ElementDefinition.ElementDefinitionBindingComponent in org.hl7.fhir.dstu3.context
Methods in org.hl7.fhir.dstu3.context with parameters of type ElementDefinition.ElementDefinitionBindingComponent Modifier and Type Method Description ProfileUtilities.ProfileKnowledgeProvider.BindingResolutionSimpleWorkerContext. resolveBinding(StructureDefinition profile, ElementDefinition.ElementDefinitionBindingComponent binding, String path) -
Uses of ElementDefinition.ElementDefinitionBindingComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ElementDefinition.ElementDefinitionBindingComponent Modifier and Type Method Description protected ElementDefinition.ElementDefinitionBindingComponentJsonParser. parseElementDefinitionElementDefinitionBindingComponent(com.google.gson.JsonObject json, ElementDefinition owner)protected ElementDefinition.ElementDefinitionBindingComponentXmlParser. parseElementDefinitionElementDefinitionBindingComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner) -
Uses of ElementDefinition.ElementDefinitionBindingComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as ElementDefinition.ElementDefinitionBindingComponent Modifier and Type Field Description protected ElementDefinition.ElementDefinitionBindingComponentElementDefinition. bindingBinds to a value set if this element is coded (code, Coding, CodeableConcept, Quantity), or the data types (string, uri).Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ElementDefinition.ElementDefinitionBindingComponent Modifier and Type Method Description List<ElementDefinition.ElementDefinitionBindingComponent>TypeDetails.ProfiledType. getBindings()Methods in org.hl7.fhir.dstu3.model with parameters of type ElementDefinition.ElementDefinitionBindingComponent Modifier and Type Method Description voidTypeDetails.ProfiledType. addBinding(ElementDefinition.ElementDefinitionBindingComponent binding)booleanTypeDetails.ProfiledType. hasBinding(ElementDefinition.ElementDefinitionBindingComponent b)ElementDefinitionElementDefinition. setBinding(ElementDefinition.ElementDefinitionBindingComponent value)
-