Uses of Class
org.hl7.fhir.dstu3.model.ImplementationGuide.ImplementationGuidePackageComponent
-
Packages that use ImplementationGuide.ImplementationGuidePackageComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ImplementationGuide.ImplementationGuidePackageComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ImplementationGuide.ImplementationGuidePackageComponent Modifier and Type Method Description protected ImplementationGuide.ImplementationGuidePackageComponentJsonParser. parseImplementationGuideImplementationGuidePackageComponent(com.google.gson.JsonObject json, ImplementationGuide owner)protected ImplementationGuide.ImplementationGuidePackageComponentXmlParser. parseImplementationGuideImplementationGuidePackageComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) -
Uses of ImplementationGuide.ImplementationGuidePackageComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ImplementationGuide.ImplementationGuidePackageComponent Modifier and Type Field Description protected List<ImplementationGuide.ImplementationGuidePackageComponent>ImplementationGuide. package_A logical group of resources.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type ImplementationGuide.ImplementationGuidePackageComponent Modifier and Type Method Description List<ImplementationGuide.ImplementationGuidePackageComponent>ImplementationGuide. getPackage()Methods in org.hl7.fhir.dstu3.model with parameters of type ImplementationGuide.ImplementationGuidePackageComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. addPackage(ImplementationGuide.ImplementationGuidePackageComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ImplementationGuide.ImplementationGuidePackageComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. setPackage(List<ImplementationGuide.ImplementationGuidePackageComponent> thePackage)
-