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.Global
ImplementationGuide.Global.Builder. build()
Build theImplementationGuide.Global
Methods in com.ibm.fhir.model.resource that return types with arguments of type ImplementationGuide.Global Modifier and Type Method Description 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.Builder
ImplementationGuide.Global.Builder. from(ImplementationGuide.Global global)
ImplementationGuide.Builder
ImplementationGuide.Builder. global(ImplementationGuide.Global... global)
A set of profiles that all resources covered by this implementation guide must conform to.protected void
ImplementationGuide.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.Builder
ImplementationGuide.Builder. global(Collection<ImplementationGuide.Global> global)
A set of profiles that all resources covered by this implementation guide must conform to.
-