Uses of Class
org.hl7.fhir.r5.model.ImplementationGuide
-
Packages that use ImplementationGuide Package Description org.hl7.fhir.r5.context org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.renderers org.hl7.fhir.r5.utils -
-
Uses of ImplementationGuide in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return types with arguments of type ImplementationGuide Modifier and Type Method Description List<ImplementationGuide>BaseWorkerContext. allImplementationGuides() -
Uses of ImplementationGuide in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImplementationGuide Modifier and Type Method Description protected ImplementationGuideJsonParser. parseImplementationGuide(com.google.gson.JsonObject json)protected ImplementationGuideXmlParser. parseImplementationGuide(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ImplementationGuide Modifier and Type Method Description protected voidJsonParser. composeImplementationGuide(String name, ImplementationGuide element)protected voidRdfParser. composeImplementationGuide(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImplementationGuide element, int index)protected voidXmlParser. composeImplementationGuide(String name, ImplementationGuide element)protected voidXmlParser. composeImplementationGuideElements(ImplementationGuide element)protected voidJsonParser. composeImplementationGuideProperties(ImplementationGuide element)protected booleanXmlParser. parseImplementationGuideContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide res)protected voidJsonParser. parseImplementationGuideProperties(com.google.gson.JsonObject json, ImplementationGuide res) -
Uses of ImplementationGuide in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type ImplementationGuide Modifier and Type Method Description voidImplementationGuide. copyValues(ImplementationGuide dst) -
Uses of ImplementationGuide in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ImplementationGuide Modifier and Type Method Description voidImplementationGuideRenderer. describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ImplementationGuide ig)StringImplementationGuideRenderer. display(ImplementationGuide ig)booleanImplementationGuideRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ImplementationGuide ig) -
Uses of ImplementationGuide in org.hl7.fhir.r5.utils
Constructors in org.hl7.fhir.r5.utils with parameters of type ImplementationGuide Constructor Description NPMPackageGenerator(String destFile, String canonical, String url, org.hl7.fhir.utilities.npm.PackageGenerator.PackageType kind, ImplementationGuide ig, Date date, boolean notForPublication)NPMPackageGenerator(String destFile, String canonical, String url, org.hl7.fhir.utilities.npm.PackageGenerator.PackageType kind, ImplementationGuide ig, Date date, List<String> fhirVersion, boolean notForPublication)
-