Uses of Class
com.ibm.fhir.model.resource.Library
- 
- 
Uses of Library in com.ibm.fhir.cql.helpers
Methods in com.ibm.fhir.cql.helpers that return types with arguments of type Library Modifier and Type Method Description static List<Library>LibraryHelper. loadLibraries(Library fhirLibrary)Create a collection of the given library resource and all of its dependencies.protected static List<Library>LibraryHelper. loadLibraries(Library fhirLibrary, Set<String> visited)Create a collection of the given library resource and all of its dependencies.Methods in com.ibm.fhir.cql.helpers with parameters of type Library Modifier and Type Method Description static CanonicalModelHelper. canonical(Library library)Factory method for creating a Canonicalstatic StringLibraryHelper. canonicalUrl(Library library)Helper method for building a canonical URL string from the relevant fields in a Library resource.static org.cqframework.cql.elm.execution.LibraryLibraryHelper. deserializeElm(Library fhirLibrary, Attachment elm)Deserialize the contents of an application/elm+xml attachment.static Optional<Attachment>ModelHelper. getAttachmentByType(Library library, String contentType)Helper method for retrieving a Library attachment with a specific content type.static booleanLibraryHelper. isLogicLibrary(Library fhirLibrary)Helper function for determining if a Library resource contains CQL logic.static List<Library>LibraryHelper. loadLibraries(Library fhirLibrary)Create a collection of the given library resource and all of its dependencies.protected static List<Library>LibraryHelper. loadLibraries(Library fhirLibrary, Set<String> visited)Create a collection of the given library resource and all of its dependencies.static List<org.cqframework.cql.elm.execution.Library>LibraryHelper. loadLibrary(CqlTranslationProvider translator, Library fhirLibrary)Load the CQL Library from the attachment data associated with a FHIR Library resource. - 
Uses of Library in com.ibm.fhir.cql.translator
Fields in com.ibm.fhir.cql.translator with type parameters of type Library Modifier and Type Field Description (package private) Map<String,Map<String,Library>>FHIRLibraryLibrarySourceProvider. indexByNameConstructor parameters in com.ibm.fhir.cql.translator with type arguments of type Library Constructor Description FHIRLibraryLibrarySourceProvider(List<Library> fhirLibraries) - 
Uses of Library in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Library Modifier and Type Method Description LibraryLibrary.Builder. build()Build theLibraryMethods in com.ibm.fhir.model.resource with parameters of type Library Modifier and Type Method Description protected Library.BuilderLibrary.Builder. from(Library library)protected voidLibrary.Builder. validate(Library library) - 
Uses of Library in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type Library Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, Library library)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, Library library) - 
Uses of Library in com.ibm.fhir.operation.cpg
Methods in com.ibm.fhir.operation.cpg that return Library Modifier and Type Method Description protected LibraryCqlOperation. createLibraryResource(String context, Parameters.Parameter expression, List<Parameters.Parameter> includes)Methods in com.ibm.fhir.operation.cpg with parameters of type Library Modifier and Type Method Description protected ParametersAbstractCqlOperation. doEvaluation(FHIRResourceHelpers resourceHelper, ParameterMap paramMap, Library primaryLibrary)Method parameters in com.ibm.fhir.operation.cpg with type arguments of type Library Modifier and Type Method Description protected org.opencds.cqf.cql.engine.execution.LibraryLoaderAbstractCqlOperation. createLibraryLoader(List<Library> libraries)protected ParametersAbstractCqlOperation. doEvaluation(FHIRResourceHelpers resourceHelper, ParameterMap paramMap, List<Library> libraries) - 
Uses of Library in com.ibm.fhir.operation.cqf
Method parameters in com.ibm.fhir.operation.cqf with type arguments of type Library Modifier and Type Method Description protected org.opencds.cqf.cql.engine.execution.LibraryLoaderAbstractMeasureOperation. createLibraryLoader(List<Library> libraries)Create a library loader that will server up the CQL library content of the provided list of FHIR Library resources.protected ParametersAbstractDataRequirementsOperation. doDataRequirements(List<Library> fhirLibraries)protected ParametersAbstractDataRequirementsOperation. doDataRequirements(List<Library> fhirLibraries, Supplier<List<RelatedArtifact>> additionalRelated)protected List<org.cqframework.cql.elm.execution.Library>AbstractMeasureOperation. loadCqlLibraries(List<Library> libraries)Load the CQL Library content for each of the provided FHIR Library resources with translation as needed for Libraries with CQL attachments and no corresponding ELM attachment. - 
Uses of Library in com.ibm.fhir.registry.util
Methods in com.ibm.fhir.registry.util with parameters of type Library Modifier and Type Method Description booleanDefinitionalResourceVisitor. visit(String elementName, int elementIndex, Library library) 
 -