Uses of Class
org.hl7.fhir.r4.model.SubstanceProtein
-
Uses of SubstanceProtein in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected SubstanceProtein
JsonParser.parseSubstanceProtein
(com.google.gson.JsonObject json) protected SubstanceProtein
XmlParser.parseSubstanceProtein
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSubstanceProtein
(String name, SubstanceProtein element) protected void
RdfParser.composeSubstanceProtein
(Turtle.Complex parent, String parentType, String name, SubstanceProtein element, int index) protected void
XmlParser.composeSubstanceProtein
(String name, SubstanceProtein element) protected void
XmlParser.composeSubstanceProteinElements
(SubstanceProtein element) protected void
JsonParser.composeSubstanceProteinInner
(SubstanceProtein element) protected boolean
XmlParser.parseSubstanceProteinContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein res) protected void
JsonParser.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 boolean
XmlParser.parseSubstanceProteinSubstanceProteinSubunitComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceProtein owner, SubstanceProtein.SubstanceProteinSubunitComponent res) protected void
JsonParser.parseSubstanceProteinSubstanceProteinSubunitComponentProperties
(com.google.gson.JsonObject json, SubstanceProtein owner, SubstanceProtein.SubstanceProteinSubunitComponent res) -
Uses of SubstanceProtein in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected SubstanceProtein
SubstanceSpecification.proteinTarget
The actual object that is the target of the reference (Data items specific to proteins.)Modifier 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 SubstanceProtein
SubstanceProtein.typedCopy()
Modifier and TypeMethodDescriptionvoid
SubstanceProtein.copyValues
(SubstanceProtein dst) SubstanceSpecification.setProteinTarget
(SubstanceProtein value)