Uses of Class
org.opencds.cqf.cql.evaluator.cql2elm.content.LibraryContentType
-
Packages that use LibraryContentType Package Description org.opencds.cqf.cql.evaluator.cql2elm.content org.opencds.cqf.cql.evaluator.cql2elm.content.fhir -
-
Uses of LibraryContentType in org.opencds.cqf.cql.evaluator.cql2elm.content
Methods in org.opencds.cqf.cql.evaluator.cql2elm.content that return LibraryContentType Modifier and Type Method Description static LibraryContentTypeLibraryContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static LibraryContentType[]LibraryContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencds.cqf.cql.evaluator.cql2elm.content with parameters of type LibraryContentType Modifier and Type Method Description InputStreamInMemoryLibraryContentProvider. getLibraryContent(org.hl7.elm.r1.VersionedIdentifier libraryIdentifier, LibraryContentType libraryContentType)InputStreamLibraryContentProvider. getLibraryContent(org.hl7.elm.r1.VersionedIdentifier libraryIdentifier, LibraryContentType libraryContentType)Get content of a library in the format specified. -
Uses of LibraryContentType in org.opencds.cqf.cql.evaluator.cql2elm.content.fhir
Methods in org.opencds.cqf.cql.evaluator.cql2elm.content.fhir with parameters of type LibraryContentType Modifier and Type Method Description InputStreamBaseFhirLibraryContentProvider. getLibraryContent(org.hl7.elm.r1.VersionedIdentifier libraryIdentifier, LibraryContentType libraryContentType)InputStreamEmbeddedFhirLibraryContentProvider. getLibraryContent(org.hl7.elm.r1.VersionedIdentifier libraryIdentifier, LibraryContentType libraryContentType)
-