Uses of Class
org.linuxforhealth.fhir.model.resource.ImplementationGuide.Global
-
Packages that use ImplementationGuide.Global Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ImplementationGuide.Global in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ImplementationGuide.Global Modifier and Type Method Description ImplementationGuide.GlobalImplementationGuide.Global.Builder. build()Build theImplementationGuide.GlobalMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type ImplementationGuide.Global Modifier and Type Method Description java.util.List<ImplementationGuide.Global>ImplementationGuide. getGlobal()A set of profiles that all resources covered by this implementation guide must conform to.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ImplementationGuide.Global Modifier and Type Method Description protected ImplementationGuide.Global.BuilderImplementationGuide.Global.Builder. from(ImplementationGuide.Global global)ImplementationGuide.BuilderImplementationGuide.Builder. global(ImplementationGuide.Global... global)A set of profiles that all resources covered by this implementation guide must conform to.protected voidImplementationGuide.Global.Builder. validate(ImplementationGuide.Global global)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type ImplementationGuide.Global Modifier and Type Method Description ImplementationGuide.BuilderImplementationGuide.Builder. global(java.util.Collection<ImplementationGuide.Global> global)A set of profiles that all resources covered by this implementation guide must conform to.
-