Uses of Class
org.hl7.fhir.r5.model.SubstanceProtein
Packages that use SubstanceProtein
-
Uses of SubstanceProtein in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return SubstanceProteinModifier and TypeMethodDescriptionprotected SubstanceProteinJsonParser.parseSubstanceProtein(com.google.gson.JsonObject json)protected SubstanceProteinXmlParser.parseSubstanceProtein(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type SubstanceProteinModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubstanceProtein(String name, SubstanceProtein element)protected voidRdfParser.composeSubstanceProtein(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, SubstanceProtein element, int index)protected voidXmlParser.composeSubstanceProtein(String name, SubstanceProtein element)protected voidXmlParser.composeSubstanceProteinElements(SubstanceProtein element)protected voidJsonParser.composeSubstanceProteinProperties(SubstanceProtein element)protected booleanXmlParser.parseSubstanceProteinContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein res)protected voidJsonParser.parseSubstanceProteinProperties(com.google.gson.JsonObject json, SubstanceProtein res) -
Uses of SubstanceProtein in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return SubstanceProteinModifier and TypeMethodDescriptionSubstanceProtein.addDisulfideLinkage(String value)SubstanceProtein.addSubunit(SubstanceProtein.SubstanceProteinSubunitComponent t)SubstanceProtein.copy()SubstanceProtein.setDisulfideLinkage(List<StringType> theDisulfideLinkage)SubstanceProtein.setNumberOfSubunits(int value)SubstanceProtein.setNumberOfSubunitsElement(IntegerType value)SubstanceProtein.setSequenceType(CodeableConcept value)SubstanceProtein.setSubunit(List<SubstanceProtein.SubstanceProteinSubunitComponent> theSubunit)protected SubstanceProteinSubstanceProtein.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type SubstanceProtein