
Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupComponent
Packages that use StructureMap.StructureMapGroupComponent
-
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionprotected StructureMap.StructureMapGroupComponentJsonParser.parseStructureMapStructureMapGroupComponent(com.google.gson.JsonObject json, StructureMap owner) protected StructureMap.StructureMapGroupComponentXmlParser.parseStructureMapStructureMapGroupComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) Methods in org.hl7.fhir.r4.formats with parameters of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapStructureMapGroupComponent(String name, StructureMap.StructureMapGroupComponent element) protected voidRdfParser.composeStructureMapStructureMapGroupComponent(Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupComponent element, int index) protected voidXmlParser.composeStructureMapStructureMapGroupComponent(String name, StructureMap.StructureMapGroupComponent element) protected voidXmlParser.composeStructureMapStructureMapGroupComponentElements(StructureMap.StructureMapGroupComponent element) protected voidJsonParser.composeStructureMapStructureMapGroupComponentInner(StructureMap.StructureMapGroupComponent element) protected booleanXmlParser.parseStructureMapStructureMapGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupComponent res) protected voidJsonParser.parseStructureMapStructureMapGroupComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupComponent res) -
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapGroupComponentModifier and TypeFieldDescriptionprotected List<StructureMap.StructureMapGroupComponent> StructureMap.groupOrganizes the mapping into manageable chunks for human review/ease of maintenance.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionStructureMap.addGroup()StructureMap.StructureMapGroupComponent.addInput(StructureMap.StructureMapGroupInputComponent t) StructureMap.StructureMapGroupComponent.addRule(StructureMap.StructureMapGroupRuleComponent t) StructureMap.StructureMapGroupComponent.copy()StructureMap.getGroupFirstRep()StructureMap.StructureMapGroupComponent.setDocumentation(String value) StructureMap.StructureMapGroupComponent.setDocumentationElement(StringType value) StructureMap.StructureMapGroupComponent.setExtends(String value) StructureMap.StructureMapGroupComponent.setExtendsElement(IdType value) StructureMap.StructureMapGroupComponent.setInput(List<StructureMap.StructureMapGroupInputComponent> theInput) StructureMap.StructureMapGroupComponent.setNameElement(IdType value) StructureMap.StructureMapGroupComponent.setRule(List<StructureMap.StructureMapGroupRuleComponent> theRule) StructureMap.StructureMapGroupComponent.setTypeMode(StructureMap.StructureMapGroupTypeMode value) StructureMap.StructureMapGroupComponent.setTypeModeElement(Enumeration<StructureMap.StructureMapGroupTypeMode> value) Methods in org.hl7.fhir.r4.model that return types with arguments of type StructureMap.StructureMapGroupComponentMethods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionStructureMap.addGroup(StructureMap.StructureMapGroupComponent t) voidStructureMap.StructureMapGroupComponent.copyValues(StructureMap.StructureMapGroupComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionStructureMap.setGroup(List<StructureMap.StructureMapGroupComponent> theGroup) -
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r4.utils
Fields in org.hl7.fhir.r4.utils declared as StructureMap.StructureMapGroupComponentMethods in org.hl7.fhir.r4.utils with parameters of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionstatic StringStructureMapUtilities.groupToString(StructureMap.StructureMapGroupComponent g)