Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapGroupComponent
-
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected StructureMap.StructureMapGroupComponent
JsonParser.parseStructureMapStructureMapGroupComponent
(com.google.gson.JsonObject json, StructureMap owner) protected StructureMap.StructureMapGroupComponent
XmlParser.parseStructureMapStructureMapGroupComponent
(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureMapStructureMapGroupComponent
(String name, StructureMap.StructureMapGroupComponent element) protected void
RdfParser.composeStructureMapStructureMapGroupComponent
(Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapGroupComponent element, int index) protected void
XmlParser.composeStructureMapStructureMapGroupComponent
(String name, StructureMap.StructureMapGroupComponent element) protected void
XmlParser.composeStructureMapStructureMapGroupComponentElements
(StructureMap.StructureMapGroupComponent element) protected void
JsonParser.composeStructureMapStructureMapGroupComponentInner
(StructureMap.StructureMapGroupComponent element) protected boolean
XmlParser.parseStructureMapStructureMapGroupComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapGroupComponent res) protected void
JsonParser.parseStructureMapStructureMapGroupComponentProperties
(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupComponent res) -
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<StructureMap.StructureMapGroupComponent> StructureMap.group
Organizes the mapping into manageable chunks for human review/ease of maintenance.Modifier 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) Modifier and TypeMethodDescriptionStructureMap.addGroup
(StructureMap.StructureMapGroupComponent t) void
StructureMap.StructureMapGroupComponent.copyValues
(StructureMap.StructureMapGroupComponent dst) Modifier and TypeMethodDescriptionStructureMap.setGroup
(List<StructureMap.StructureMapGroupComponent> theGroup) -
Uses of StructureMap.StructureMapGroupComponent in org.hl7.fhir.r4.utils
Modifier and TypeMethodDescriptionstatic String
StructureMapUtilities.groupToString
(StructureMap.StructureMapGroupComponent g)