Uses of Class
org.hl7.fhir.r5.model.SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent
-
Packages that use SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent Modifier and Type Method Description protected SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponentJsonParser. parseSubstancePolymerRepeatRepeatUnitComponent(com.google.gson.JsonObject json)protected SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponentXmlParser. parseSubstancePolymerRepeatRepeatUnitComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent Modifier and Type Field Description protected List<SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent>SubstancePolymer.SubstancePolymerRepeatComponent. repeatUnitAn SRU - Structural Repeat Unit.Methods in org.hl7.fhir.r5.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.r5.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.r5.model with type arguments of type SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent Modifier and Type Method Description SubstancePolymer.SubstancePolymerRepeatComponentSubstancePolymer.SubstancePolymerRepeatComponent. setRepeatUnit(List<SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent> theRepeatUnit)
-