
Uses of Class
org.hl7.fhir.r4.model.SubstanceReferenceInformation
Packages that use SubstanceReferenceInformation
-
Uses of SubstanceReferenceInformation in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstanceReferenceInformationModifier and TypeMethodDescriptionprotected SubstanceReferenceInformationJsonParser.parseSubstanceReferenceInformation(com.google.gson.JsonObject json) protected SubstanceReferenceInformationXmlParser.parseSubstanceReferenceInformation(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type SubstanceReferenceInformationModifier and TypeMethodDescriptionprotected voidJsonParser.composeSubstanceReferenceInformation(String name, SubstanceReferenceInformation element) protected voidRdfParser.composeSubstanceReferenceInformation(Turtle.Complex parent, String parentType, String name, SubstanceReferenceInformation element, int index) protected voidXmlParser.composeSubstanceReferenceInformation(String name, SubstanceReferenceInformation element) protected voidXmlParser.composeSubstanceReferenceInformationElements(SubstanceReferenceInformation element) protected voidJsonParser.composeSubstanceReferenceInformationInner(SubstanceReferenceInformation element) protected booleanXmlParser.parseSubstanceReferenceInformationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation res) protected voidJsonParser.parseSubstanceReferenceInformationProperties(com.google.gson.JsonObject json, SubstanceReferenceInformation res) JsonParser.parseSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponent(com.google.gson.JsonObject json, SubstanceReferenceInformation owner) XmlParser.parseSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner) protected booleanXmlParser.parseSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent res) protected voidJsonParser.parseSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponentProperties(com.google.gson.JsonObject json, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent res) JsonParser.parseSubstanceReferenceInformationSubstanceReferenceInformationGeneComponent(com.google.gson.JsonObject json, SubstanceReferenceInformation owner) XmlParser.parseSubstanceReferenceInformationSubstanceReferenceInformationGeneComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner) protected booleanXmlParser.parseSubstanceReferenceInformationSubstanceReferenceInformationGeneComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent res) protected voidJsonParser.parseSubstanceReferenceInformationSubstanceReferenceInformationGeneComponentProperties(com.google.gson.JsonObject json, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent res) JsonParser.parseSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponent(com.google.gson.JsonObject json, SubstanceReferenceInformation owner) XmlParser.parseSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner) protected booleanXmlParser.parseSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent res) protected voidJsonParser.parseSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponentProperties(com.google.gson.JsonObject json, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent res) JsonParser.parseSubstanceReferenceInformationSubstanceReferenceInformationTargetComponent(com.google.gson.JsonObject json, SubstanceReferenceInformation owner) XmlParser.parseSubstanceReferenceInformationSubstanceReferenceInformationTargetComponent(org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner) protected booleanXmlParser.parseSubstanceReferenceInformationSubstanceReferenceInformationTargetComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent res) protected voidJsonParser.parseSubstanceReferenceInformationSubstanceReferenceInformationTargetComponentProperties(com.google.gson.JsonObject json, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent res) -
Uses of SubstanceReferenceInformation in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as SubstanceReferenceInformationModifier and TypeFieldDescriptionprotected SubstanceReferenceInformationSubstanceSpecification.referenceInformationTargetThe actual object that is the target of the reference (General information detailing this substance.)Methods in org.hl7.fhir.r4.model that return SubstanceReferenceInformationModifier and TypeMethodDescriptionSubstanceReferenceInformation.addClassification(SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent t) SubstanceReferenceInformation.addGene(SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent t) SubstanceReferenceInformation.addGeneElement(SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent t) SubstanceReferenceInformation.addTarget(SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent t) SubstanceReferenceInformation.copy()SubstanceSpecification.getReferenceInformationTarget()SubstanceReferenceInformation.setClassification(List<SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent> theClassification) SubstanceReferenceInformation.setComment(String value) SubstanceReferenceInformation.setCommentElement(StringType value) SubstanceReferenceInformation.setGene(List<SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent> theGene) SubstanceReferenceInformation.setGeneElement(List<SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent> theGeneElement) SubstanceReferenceInformation.setTarget(List<SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent> theTarget) protected SubstanceReferenceInformationSubstanceReferenceInformation.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type SubstanceReferenceInformationModifier and TypeMethodDescriptionvoidSubstanceReferenceInformation.copyValues(SubstanceReferenceInformation dst) SubstanceSpecification.setReferenceInformationTarget(SubstanceReferenceInformation value)