
Uses of Class
org.hl7.fhir.r4.model.SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent
Packages that use SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent
- 
Uses of SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponentModifier and TypeMethodDescriptionJsonParser.parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(com.google.gson.JsonObject json, SubstanceSourceMaterial owner) XmlParser.parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner) Methods in org.hl7.fhir.r4.formats with parameters of type SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent element) protected voidRdfParser.composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(Turtle.Complex parent, String parentType, String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent element, int index) protected voidXmlParser.composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent element) protected voidXmlParser.composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponentElements(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent element) protected voidJsonParser.composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponentInner(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent element) protected booleanXmlParser.parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent res) protected voidJsonParser.parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponentProperties(com.google.gson.JsonObject json, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent res)  - 
Uses of SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponentModifier and TypeFieldDescriptionSubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.author4.9.13.6.1 Author type (Conditional).Methods in org.hl7.fhir.r4.model that return SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponentModifier and TypeMethodDescriptionSubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.addAuthor()SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.copy()SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.getAuthorFirstRep()SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.setAuthorDescription(String value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.setAuthorDescriptionElement(StringType value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.setAuthorType(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponentModifier and TypeMethodDescriptionSubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.getAuthor()Methods in org.hl7.fhir.r4.model with parameters of type SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponentModifier and TypeMethodDescriptionSubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.addAuthor(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent t) voidSubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.copyValues(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponentModifier and TypeMethodDescriptionSubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.setAuthor(List<SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent> theAuthor)