Uses of Class
org.hl7.fhir.r5.model.ConceptMap.ConceptMapGroupComponent
Packages that use ConceptMap.ConceptMapGroupComponent
Package
Description
-
Uses of ConceptMap.ConceptMapGroupComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap.ConceptMapGroupComponentModifier and TypeMethodDescriptionprotected ConceptMap.ConceptMapGroupComponentJsonParser.parseConceptMapGroupComponent(com.google.gson.JsonObject json)protected ConceptMap.ConceptMapGroupComponentXmlParser.parseConceptMapGroupComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap.ConceptMapGroupComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptMapGroupComponent(String name, ConceptMap.ConceptMapGroupComponent element)protected voidRdfParser.composeConceptMapGroupComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.ConceptMapGroupComponent element, int index)protected voidXmlParser.composeConceptMapGroupComponent(String name, ConceptMap.ConceptMapGroupComponent element)protected voidXmlParser.composeConceptMapGroupComponentElements(ConceptMap.ConceptMapGroupComponent element)protected voidJsonParser.composeConceptMapGroupComponentProperties(ConceptMap.ConceptMapGroupComponent element)protected booleanXmlParser.parseConceptMapGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.ConceptMapGroupComponent res)protected voidJsonParser.parseConceptMapGroupComponentProperties(com.google.gson.JsonObject json, ConceptMap.ConceptMapGroupComponent res) -
Uses of ConceptMap.ConceptMapGroupComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ConceptMap.ConceptMapGroupComponentModifier and TypeFieldDescriptionprotected List<ConceptMap.ConceptMapGroupComponent>ConceptMap.groupA group of mappings that all have the same source and target system.Methods in org.hl7.fhir.r5.model that return ConceptMap.ConceptMapGroupComponentModifier and TypeMethodDescriptionConceptMap.ConceptMapGroupComponent.addElement(ConceptMap.SourceElementComponent t)ConceptMap.addGroup()ConceptMap.ConceptMapGroupComponent.copy()ConceptMap.getGroupFirstRep()ConceptMap.ConceptMapGroupComponent.setElement(List<ConceptMap.SourceElementComponent> theElement)ConceptMap.ConceptMapGroupComponent.setSourceElement(CanonicalType value)ConceptMap.ConceptMapGroupComponent.setTargetElement(CanonicalType value)ConceptMap.ConceptMapGroupComponent.setUnmapped(ConceptMap.ConceptMapGroupUnmappedComponent value)Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap.ConceptMapGroupComponentMethods in org.hl7.fhir.r5.model with parameters of type ConceptMap.ConceptMapGroupComponentModifier and TypeMethodDescriptionConceptMap.addGroup(ConceptMap.ConceptMapGroupComponent t)voidConceptMap.ConceptMapGroupComponent.copyValues(ConceptMap.ConceptMapGroupComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap.ConceptMapGroupComponentModifier and TypeMethodDescriptionConceptMap.setGroup(List<ConceptMap.ConceptMapGroupComponent> theGroup) -
Uses of ConceptMap.ConceptMapGroupComponent in org.hl7.fhir.r5.renderers
Fields in org.hl7.fhir.r5.renderers declared as ConceptMap.ConceptMapGroupComponentModifier and TypeFieldDescriptionprotected ConceptMap.ConceptMapGroupComponentTerminologyRenderer.TargetElementComponentWrapper.groupConstructors in org.hl7.fhir.r5.renderers with parameters of type ConceptMap.ConceptMapGroupComponentModifierConstructorDescriptionprotectedTargetElementComponentWrapper(ConceptMap.ConceptMapGroupComponent group, ConceptMap.TargetElementComponent comp) -
Uses of ConceptMap.ConceptMapGroupComponent in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return ConceptMap.ConceptMapGroupComponentConstructors in org.hl7.fhir.r5.utils.structuremap with parameters of type ConceptMap.ConceptMapGroupComponentModifierConstructorDescriptionSourceElementComponentWrapper(ConceptMap.ConceptMapGroupComponent group, ConceptMap.SourceElementComponent comp)