Uses of Class
com.ibm.fhir.model.resource.ImplementationGuide.Global
-
Packages that use ImplementationGuide.Global Package Description com.ibm.fhir.model.resource -
-
Uses of ImplementationGuide.Global in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ImplementationGuide.Global Modifier and Type Method Description ImplementationGuide.GlobalImplementationGuide.Global.Builder. build()Build theImplementationGuide.GlobalMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-