
Uses of Class
org.hl7.fhir.r4.model.ConceptMap.ConceptMapGroupComponent
Packages that use ConceptMap.ConceptMapGroupComponent
-
Uses of ConceptMap.ConceptMapGroupComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ConceptMap.ConceptMapGroupComponentModifier and TypeMethodDescriptionprotected ConceptMap.ConceptMapGroupComponentJsonParser.parseConceptMapConceptMapGroupComponent(com.google.gson.JsonObject json, ConceptMap owner) protected ConceptMap.ConceptMapGroupComponentXmlParser.parseConceptMapConceptMapGroupComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) Methods in org.hl7.fhir.r4.formats with parameters of type ConceptMap.ConceptMapGroupComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptMapConceptMapGroupComponent(String name, ConceptMap.ConceptMapGroupComponent element) protected voidRdfParser.composeConceptMapConceptMapGroupComponent(Turtle.Complex parent, String parentType, String name, ConceptMap.ConceptMapGroupComponent element, int index) protected voidXmlParser.composeConceptMapConceptMapGroupComponent(String name, ConceptMap.ConceptMapGroupComponent element) protected voidXmlParser.composeConceptMapConceptMapGroupComponentElements(ConceptMap.ConceptMapGroupComponent element) protected voidJsonParser.composeConceptMapConceptMapGroupComponentInner(ConceptMap.ConceptMapGroupComponent element) protected booleanXmlParser.parseConceptMapConceptMapGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.ConceptMapGroupComponent res) protected voidJsonParser.parseConceptMapConceptMapGroupComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.ConceptMapGroupComponent res) -
Uses of ConceptMap.ConceptMapGroupComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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(UriType value) ConceptMap.ConceptMapGroupComponent.setSourceVersion(String value) ConceptMap.ConceptMapGroupComponent.setSourceVersionElement(StringType value) ConceptMap.ConceptMapGroupComponent.setTargetElement(UriType value) ConceptMap.ConceptMapGroupComponent.setTargetVersion(String value) ConceptMap.ConceptMapGroupComponent.setTargetVersionElement(StringType value) ConceptMap.ConceptMapGroupComponent.setUnmapped(ConceptMap.ConceptMapGroupUnmappedComponent value) Methods in org.hl7.fhir.r4.model that return types with arguments of type ConceptMap.ConceptMapGroupComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type ConceptMap.ConceptMapGroupComponentModifier and TypeMethodDescriptionConceptMap.setGroup(List<ConceptMap.ConceptMapGroupComponent> theGroup)