Uses of Class
org.hl7.fhir.r4.model.SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent
-
Packages that use SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent Modifier and Type Method Description protected SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponentJsonParser. parseSubstancePolymerSubstancePolymerRepeatRepeatUnitComponent(com.google.gson.JsonObject json, SubstancePolymer owner)protected SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponentXmlParser. parseSubstancePolymerSubstancePolymerRepeatRepeatUnitComponent(org.xmlpull.v1.XmlPullParser xpp, SubstancePolymer owner) -
Uses of SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent Modifier and Type Field Description protected List<SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent>SubstancePolymer.SubstancePolymerRepeatComponent. repeatUnitTodo.Methods in org.hl7.fhir.r4.model that return types with arguments of type SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent Modifier and Type Method Description List<SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent>SubstancePolymer.SubstancePolymerRepeatComponent. getRepeatUnit()Methods in org.hl7.fhir.r4.model with parameters of type SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent Modifier and Type Method Description SubstancePolymer.SubstancePolymerRepeatComponentSubstancePolymer.SubstancePolymerRepeatComponent. addRepeatUnit(SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent t)voidSubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent. copyValues(SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent Modifier and Type Method Description SubstancePolymer.SubstancePolymerRepeatComponentSubstancePolymer.SubstancePolymerRepeatComponent. setRepeatUnit(List<SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent> theRepeatUnit)
-