
Uses of Class
org.hl7.fhir.r4.model.SubstanceProtein
Packages that use SubstanceProtein
-
Uses of SubstanceProtein in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type SubstanceProteinModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubstanceProtein(String name, SubstanceProtein element) protected voidRdfParser.composeSubstanceProtein(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.composeSubstanceProteinInner(SubstanceProtein element) protected booleanXmlParser.parseSubstanceProteinContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein res) protected voidJsonParser.parseSubstanceProteinProperties(com.google.gson.JsonObject json, SubstanceProtein res) JsonParser.parseSubstanceProteinSubstanceProteinSubunitComponent(com.google.gson.JsonObject json, SubstanceProtein owner) XmlParser.parseSubstanceProteinSubstanceProteinSubunitComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein owner) protected booleanXmlParser.parseSubstanceProteinSubstanceProteinSubunitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein owner, SubstanceProtein.SubstanceProteinSubunitComponent res) protected voidJsonParser.parseSubstanceProteinSubstanceProteinSubunitComponentProperties(com.google.gson.JsonObject json, SubstanceProtein owner, SubstanceProtein.SubstanceProteinSubunitComponent res) -
Uses of SubstanceProtein in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as SubstanceProteinModifier and TypeFieldDescriptionprotected SubstanceProteinSubstanceSpecification.proteinTargetThe actual object that is the target of the reference (Data items specific to proteins.)Methods in org.hl7.fhir.r4.model that return SubstanceProteinModifier and TypeMethodDescriptionSubstanceProtein.addDisulfideLinkage(String value) SubstanceProtein.addSubunit(SubstanceProtein.SubstanceProteinSubunitComponent t) SubstanceProtein.copy()SubstanceSpecification.getProteinTarget()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.r4.model with parameters of type SubstanceProteinModifier and TypeMethodDescriptionvoidSubstanceProtein.copyValues(SubstanceProtein dst) SubstanceSpecification.setProteinTarget(SubstanceProtein value)