
Uses of Class
org.hl7.fhir.r5.model.StructureMap.StructureMapGroupComponent
Packages that use StructureMap.StructureMapGroupComponent
Package
Description
-
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionprotected StructureMap.StructureMapGroupComponentJsonParser.parseStructureMapGroupComponent(com.google.gson.JsonObject json) protected StructureMap.StructureMapGroupComponentXmlParser.parseStructureMapGroupComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapGroupComponent(String name, StructureMap.StructureMapGroupComponent element) protected voidRdfParser.composeStructureMapGroupComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupComponent element, int index) protected voidXmlParser.composeStructureMapGroupComponent(String name, StructureMap.StructureMapGroupComponent element) protected voidXmlParser.composeStructureMapGroupComponentElements(StructureMap.StructureMapGroupComponent element) protected voidJsonParser.composeStructureMapGroupComponentProperties(StructureMap.StructureMapGroupComponent element) protected booleanXmlParser.parseStructureMapGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap.StructureMapGroupComponent res) protected voidJsonParser.parseStructureMapGroupComponentProperties(com.google.gson.JsonObject json, StructureMap.StructureMapGroupComponent res) -
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type StructureMap.StructureMapGroupComponentModifier and TypeFieldDescriptionprotected List<StructureMap.StructureMapGroupComponent> StructureMap.groupOrganizes the mapping into managable chunks for human review/ease of maintenance.Methods in org.hl7.fhir.r5.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.r5.model that return types with arguments of type StructureMap.StructureMapGroupComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionStructureMap.setGroup(List<StructureMap.StructureMapGroupComponent> theGroup) Constructors in org.hl7.fhir.r5.model with parameters of type StructureMap.StructureMapGroupComponentModifierConstructorDescriptionStructureMap(String url, String name, Enumerations.PublicationStatus status, StructureMap.StructureMapGroupComponent group) Constructor -
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return StructureMap.StructureMapGroupComponentMethods in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMap.StructureMapGroupComponentModifier and TypeMethodDescriptionstatic StringStructureMapUtilities.groupToString(StructureMap.StructureMapGroupComponent g) voidResolvedGroup.setTargetGroup(StructureMap.StructureMapGroupComponent targetGroup) Constructors in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMap.StructureMapGroupComponentModifierConstructorDescriptionResolvedGroup(StructureMap targetMap, StructureMap.StructureMapGroupComponent targetGroup)