Uses of Class
org.linuxforhealth.fhir.server.spi.operation.AbstractOperation
-
-
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.apply
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.apply Modifier and Type Class Description classApplyOperation$applyis an operation specific to PlanDefinition. -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.bench
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.bench Modifier and Type Class Description classBenchOperationCustom operation to consume some CPU load to help out with understanding the relative performance of systems. -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.bulkdata
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.bulkdata Modifier and Type Class Description classExportOperationCreates a System Export of FHIR Data to NDJSON formatclassGroupExportOperationCreate a Group Export of FHIR Data to NDJSON formatclassImportOperationBulkData Specification Proposal: $importclassPatientExportOperationCreates a Patient Export of FHIR Data to NDJSONclassStatusOperationBulkDataAccess IG: STU1 - Polling Response
There are two specific operations status of a bulkdata export/import job delete a bulkdata export/import job -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.convert
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.convert Modifier and Type Class Description classConvertOperation -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.cpg
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.cpg Modifier and Type Class Description classAbstractCqlOperationclassCqlOperationclassLibraryEvaluateOperation -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.cqf
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.cqf Modifier and Type Class Description classAbstractDataRequirementsOperationclassAbstractMeasureOperationclassCareGapsOperationclassEvaluateMeasureOperationclassLibraryDataRequirementsOperationclassMeasureCollectDataOperationclassMeasureDataRequirementsOperationclassMeasureSubmitDataOperation -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.davinci.hrex
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.davinci.hrex Modifier and Type Class Description classMemberMatchOperationImplements the $MemberMatch Operation -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.document
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.document Modifier and Type Class Description classDocumentOperation -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.erase
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.erase Modifier and Type Class Description classEraseOperationCustom Operation to Erase a specific instance or instance-version of the FHIR Resource and it's history and values table supported by the IBM FHIR Server. -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.everything
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.everything Modifier and Type Class Description classEverythingOperationThis class implements the $everything operation which is used to return all the information related to one or more patients described in the resource or context on which this operation is invoked. -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.healthcheck
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.healthcheck Modifier and Type Class Description classHealthcheckOperation -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.reindex
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.reindex Modifier and Type Class Description classReindexOperationCustom operation to invoke the persistence layer reindexing of resourcesclassRetrieveIndexOperationCustom operation to invoke the persistence layer to retrieve a list of index IDs. -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.term
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.term Modifier and Type Class Description classAbstractTermOperationclassClosureOperationAn experimental implementation of the ConceptMap closure operation that does not support versioning or playbackclassCodeSystemValidateCodeOperationclassExpandOperationclassLookupOperationclassSubsumesOperationclassTranslateOperationclassValueSetValidateCodeOperation -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.term.cache
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.term.cache Modifier and Type Class Description classCodeSystemClearCacheOperationclassValueSetClearCacheOperation -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.test
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.test Modifier and Type Class Description classBadOperationThis class will test what happens if there is a bad OperationDefinition defined for a custom operation.
There is no corresponding testcase as the Java ServiceLoader (SPI) mechanism
will automatically load this service if it is configured as a service provider and available on the classpath.
The expected result is:
1.classCrashingOperationThis class will test what happens if there is an Operation that fails to initialize.classMyOperation -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.validate
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.validate Modifier and Type Class Description classValidateOperation -
Uses of AbstractOperation in org.linuxforhealth.fhir.operation.versions
Subclasses of AbstractOperation in org.linuxforhealth.fhir.operation.versions Modifier and Type Class Description classVersionsOperationImplementation of the $versions operation, which returns the list of supported FHIR versions, along with the default FHIR version.
-