Uses of Class
org.hl7.fhir.r5.model.SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent
-
Uses of SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseSubstancePolymerRepeatRepeatUnitComponent
(com.google.gson.JsonObject json) XmlParser.parseSubstancePolymerRepeatRepeatUnitComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSubstancePolymerRepeatRepeatUnitComponent
(String name, SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent element) protected void
RdfParser.composeSubstancePolymerRepeatRepeatUnitComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent element, int index) protected void
XmlParser.composeSubstancePolymerRepeatRepeatUnitComponent
(String name, SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent element) protected void
XmlParser.composeSubstancePolymerRepeatRepeatUnitComponentElements
(SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent element) protected void
JsonParser.composeSubstancePolymerRepeatRepeatUnitComponentProperties
(SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent element) protected boolean
XmlParser.parseSubstancePolymerRepeatRepeatUnitComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent res) protected void
JsonParser.parseSubstancePolymerRepeatRepeatUnitComponentProperties
(com.google.gson.JsonObject json, SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent res) -
Uses of SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionSubstancePolymer.SubstancePolymerRepeatComponent.repeatUnit
An SRU - Structural Repeat Unit.Modifier and TypeMethodDescriptionSubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.addDegreeOfPolymerisation
(SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent t) SubstancePolymer.SubstancePolymerRepeatComponent.addRepeatUnit()
SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.addStructuralRepresentation
(SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent t) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.copy()
SubstancePolymer.SubstancePolymerRepeatComponent.getRepeatUnitFirstRep()
SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.setAmount
(int value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.setAmountElement
(IntegerType value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.setDegreeOfPolymerisation
(List<SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent> theDegreeOfPolymerisation) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.setOrientation
(CodeableConcept value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.setStructuralRepresentation
(List<SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent> theStructuralRepresentation) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.setUnitElement
(StringType value) Modifier and TypeMethodDescriptionSubstancePolymer.SubstancePolymerRepeatComponent.getRepeatUnit()
Modifier and TypeMethodDescriptionSubstancePolymer.SubstancePolymerRepeatComponent.addRepeatUnit
(SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent t) void
SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.copyValues
(SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent dst) Modifier and TypeMethodDescriptionSubstancePolymer.SubstancePolymerRepeatComponent.setRepeatUnit
(List<SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent> theRepeatUnit)