Uses of Class
org.hl7.fhir.r4.model.SubstanceReferenceInformation
-
Packages that use SubstanceReferenceInformation Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of SubstanceReferenceInformation in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SubstanceReferenceInformation Modifier and Type Method Description protected SubstanceReferenceInformationJsonParser. parseSubstanceReferenceInformation(com.google.gson.JsonObject json)protected SubstanceReferenceInformationXmlParser. parseSubstanceReferenceInformation(org.xmlpull.v1.XmlPullParser xpp) -
Uses of SubstanceReferenceInformation in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as SubstanceReferenceInformation Modifier and Type Field Description protected SubstanceReferenceInformationSubstanceSpecification. referenceInformationTargetThe actual object that is the target of the reference (General information detailing this substance.)Methods in org.hl7.fhir.r4.model with parameters of type SubstanceReferenceInformation Modifier and Type Method Description voidSubstanceReferenceInformation. copyValues(SubstanceReferenceInformation dst)SubstanceSpecificationSubstanceSpecification. setReferenceInformationTarget(SubstanceReferenceInformation value)
-