
Uses of Class
org.hl7.fhir.r5.model.SubstancePolymer.SubstancePolymerRepeatComponent
Packages that use SubstancePolymer.SubstancePolymerRepeatComponent
-
Uses of SubstancePolymer.SubstancePolymerRepeatComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeMethodDescriptionJsonParser.parseSubstancePolymerRepeatComponent
(com.google.gson.JsonObject json) XmlParser.parseSubstancePolymerRepeatComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeSubstancePolymerRepeatComponent
(String name, SubstancePolymer.SubstancePolymerRepeatComponent element) protected void
RdfParser.composeSubstancePolymerRepeatComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SubstancePolymer.SubstancePolymerRepeatComponent element, int index) protected void
XmlParser.composeSubstancePolymerRepeatComponent
(String name, SubstancePolymer.SubstancePolymerRepeatComponent element) protected void
XmlParser.composeSubstancePolymerRepeatComponentElements
(SubstancePolymer.SubstancePolymerRepeatComponent element) protected void
JsonParser.composeSubstancePolymerRepeatComponentProperties
(SubstancePolymer.SubstancePolymerRepeatComponent element) protected boolean
XmlParser.parseSubstancePolymerRepeatComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer.SubstancePolymerRepeatComponent res) protected void
JsonParser.parseSubstancePolymerRepeatComponentProperties
(com.google.gson.JsonObject json, SubstancePolymer.SubstancePolymerRepeatComponent res) -
Uses of SubstancePolymer.SubstancePolymerRepeatComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeFieldDescriptionSubstancePolymer.repeat
Specifies and quantifies the repeated units and their configuration.Methods in org.hl7.fhir.r5.model that return SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeMethodDescriptionSubstancePolymer.addRepeat()
SubstancePolymer.SubstancePolymerRepeatComponent.addRepeatUnit
(SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent t) SubstancePolymer.SubstancePolymerRepeatComponent.copy()
SubstancePolymer.getRepeatFirstRep()
SubstancePolymer.SubstancePolymerRepeatComponent.setAverageMolecularFormula
(String value) SubstancePolymer.SubstancePolymerRepeatComponent.setAverageMolecularFormulaElement
(StringType value) SubstancePolymer.SubstancePolymerRepeatComponent.setRepeatUnit
(List<SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent> theRepeatUnit) SubstancePolymer.SubstancePolymerRepeatComponent.setRepeatUnitAmountType
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type SubstancePolymer.SubstancePolymerRepeatComponentMethods in org.hl7.fhir.r5.model with parameters of type SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeMethodDescriptionSubstancePolymer.addRepeat
(SubstancePolymer.SubstancePolymerRepeatComponent t) void
SubstancePolymer.SubstancePolymerRepeatComponent.copyValues
(SubstancePolymer.SubstancePolymerRepeatComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type SubstancePolymer.SubstancePolymerRepeatComponentModifier and TypeMethodDescriptionSubstancePolymer.setRepeat
(List<SubstancePolymer.SubstancePolymerRepeatComponent> theRepeat)