Uses of Class
org.linuxforhealth.fhir.model.resource.Parameters
-
-
Uses of Parameters in org.linuxforhealth.fhir.cql.helpers
Methods in org.linuxforhealth.fhir.cql.helpers with parameters of type Parameters Modifier and Type Method Description org.apache.commons.collections4.MultiValuedMap<java.lang.String,Parameters.Parameter>ParameterMap. indexParametersByName(Parameters parameters)Constructors in org.linuxforhealth.fhir.cql.helpers with parameters of type Parameters Constructor Description ParameterMap(Parameters parameters) -
Uses of Parameters in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Parameters Modifier and Type Method Description ParametersParameters.Builder. build()Build theParametersMethods in org.linuxforhealth.fhir.model.resource with parameters of type Parameters Modifier and Type Method Description protected Parameters.BuilderParameters.Builder. from(Parameters parameters)protected voidParameters.Builder. validate(Parameters parameters) -
Uses of Parameters in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Parameters Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Parameters parameters)Delegates to#visit(elementName, elementIndex, Resource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Parameters parameters) -
Uses of Parameters in org.linuxforhealth.fhir.operation.apply
Methods in org.linuxforhealth.fhir.operation.apply that return Parameters Modifier and Type Method Description protected ParametersApplyOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.apply with parameters of type Parameters Modifier and Type Method Description java.lang.StringApplyOperation. checkAndProcessEncounter(FHIRResourceHelpers resourceHelper, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameters, Parameters parameters)java.lang.StringApplyOperation. checkAndProcessOrganization(FHIRResourceHelpers resourceHelper, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameters, Parameters parameters)java.lang.StringApplyOperation. checkAndProcessPractitioner(FHIRResourceHelpers resourceHelper, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> queryParameters, Parameters parameters)protected ParametersApplyOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.bench
Methods in org.linuxforhealth.fhir.operation.bench that return Parameters Modifier and Type Method Description protected ParametersBenchOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.bench with parameters of type Parameters Modifier and Type Method Description protected ParametersBenchOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.bulkdata
Methods in org.linuxforhealth.fhir.operation.bulkdata that return Parameters Modifier and Type Method Description protected ParametersExportOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersImportOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersStatusOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.bulkdata with parameters of type Parameters Modifier and Type Method Description protected ParametersExportOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersImportOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersStatusOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.bulkdata.processor
Methods in org.linuxforhealth.fhir.operation.bulkdata.processor that return Parameters Modifier and Type Method Description ParametersExportImportBulkData. delete(java.lang.String job, FHIROperationContext operationContext)deletes the export/import jobParametersExportImportBulkData. export(java.lang.String logicalId, OperationConstants.ExportType exportType, javax.ws.rs.core.MediaType outputFormat, Instant since, java.util.Set<java.lang.String> types, java.util.List<java.lang.String> typeFilters, FHIROperationContext operationContext)Pattern: GET [Base]/$export Pattern: GET [Base]/Patient/$export Pattern: GET [Base]/Group/[id]/$export Internally, call - GET [base]/Patient?_has:Group:member:_id=GroupIdParametersExportImportBulkData. importBulkData(java.lang.String inputFormat, java.lang.String inputSource, java.util.List<Input> inputs, StorageDetail storageDetails, FHIROperationContext operationContext)Pattern: POST [Base]/$importParametersExportImportBulkData. status(java.lang.String job, FHIROperationContext operationContext)checks the status of the export/import job -
Uses of Parameters in org.linuxforhealth.fhir.operation.bulkdata.processor.impl
Methods in org.linuxforhealth.fhir.operation.bulkdata.processor.impl that return Parameters Modifier and Type Method Description ParametersExportImportImpl. delete(java.lang.String job, FHIROperationContext operationContext)ParametersExportImportImpl. export(java.lang.String logicalId, OperationConstants.ExportType exportType, javax.ws.rs.core.MediaType outputFormat, Instant since, java.util.Set<java.lang.String> types, java.util.List<java.lang.String> typeFilters, FHIROperationContext operationContext)ParametersExportImportImpl. importBulkData(java.lang.String inputFormat, java.lang.String inputSource, java.util.List<Input> inputs, StorageDetail storageDetail, FHIROperationContext operationContext)ParametersExportImportImpl. status(java.lang.String job, FHIROperationContext operationContext) -
Uses of Parameters in org.linuxforhealth.fhir.operation.bulkdata.util
Methods in org.linuxforhealth.fhir.operation.bulkdata.util that return Parameters Modifier and Type Method Description ParametersBulkDataExportUtil. getOutputParametersWithJson(PollingLocationResponse resource)Methods in org.linuxforhealth.fhir.operation.bulkdata.util with parameters of type Parameters Modifier and Type Method Description javax.ws.rs.core.MediaTypeBulkDataExportUtil. checkAndConvertToMediaType(Parameters parameters)InstantBulkDataExportUtil. checkAndExtractSince(Parameters parameters)java.lang.StringBulkDataExportUtil. checkAndValidateJob(Parameters parameters)checks and validates the job.java.util.List<java.lang.String>BulkDataExportUtil. checkAndValidateTypeFilters(Parameters parameters)Constructors in org.linuxforhealth.fhir.operation.bulkdata.util with parameters of type Parameters Constructor Description BulkDataImportUtil(FHIROperationContext operationContext, Parameters parameters) -
Uses of Parameters in org.linuxforhealth.fhir.operation.convert
Methods in org.linuxforhealth.fhir.operation.convert that return Parameters Modifier and Type Method Description protected ParametersConvertOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.convert with parameters of type Parameters Modifier and Type Method Description protected ParametersConvertOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.cpg
Methods in org.linuxforhealth.fhir.operation.cpg that return Parameters Modifier and Type Method Description protected ParametersAbstractCqlOperation. doEvaluation(FHIRResourceHelpers resourceHelper, ParameterMap paramMap, SearchHelper searchHelper, java.util.List<Library> libraries)Evaluate the requested CQL from the provided Library resource.protected ParametersAbstractCqlOperation. doEvaluation(FHIRResourceHelpers resourceHelper, ParameterMap paramMap, SearchHelper searchHelper, Library primaryLibrary)Evaluate the requested CQL from the provided Library resource.protected ParametersCqlOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersLibraryEvaluateOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.cpg with parameters of type Parameters Modifier and Type Method Description protected ParametersCqlOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersLibraryEvaluateOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.cqf
Methods in org.linuxforhealth.fhir.operation.cqf that return Parameters Modifier and Type Method Description protected ParametersAbstractDataRequirementsOperation. doDataRequirements(java.util.List<Library> fhirLibraries)Perform the data requirements operation for the provided list of Library resources.protected ParametersAbstractDataRequirementsOperation. doDataRequirements(java.util.List<Library> fhirLibraries, java.util.function.Supplier<java.util.List<RelatedArtifact>> additionalRelated)Perform the data requirements operation for the provided list of Library resources.abstract ParametersAbstractDataRequirementsOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersCareGapsOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersEvaluateMeasureOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)ParametersLibraryDataRequirementsOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersMeasureCollectDataOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)ParametersMeasureDataRequirementsOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)ParametersMeasureSubmitDataOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.cqf with parameters of type Parameters Modifier and Type Method Description abstract ParametersAbstractDataRequirementsOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersCareGapsOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersEvaluateMeasureOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)ParametersLibraryDataRequirementsOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersMeasureCollectDataOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)ParametersMeasureDataRequirementsOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)ParametersMeasureSubmitDataOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.davinci.hrex
Methods in org.linuxforhealth.fhir.operation.davinci.hrex that return Parameters Modifier and Type Method Description protected ParametersMemberMatchOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.davinci.hrex with parameters of type Parameters Modifier and Type Method Description protected ParametersMemberMatchOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.davinci.hrex.provider.strategy
Methods in org.linuxforhealth.fhir.operation.davinci.hrex.provider.strategy that return Parameters Modifier and Type Method Description ParametersAbstractMemberMatch. execute(FHIROperationContext ctx, Parameters input, FHIRResourceHelpers resourceHelper)ParametersMemberMatchStrategy. execute(FHIROperationContext ctx, Parameters input, FHIRResourceHelpers resourceHelper)takes a set of input parametersParametersAbstractMemberMatch. output(MemberMatchResult result)Translates the output to ParametersMethods in org.linuxforhealth.fhir.operation.davinci.hrex.provider.strategy with parameters of type Parameters Modifier and Type Method Description ParametersAbstractMemberMatch. execute(FHIROperationContext ctx, Parameters input, FHIRResourceHelpers resourceHelper)ParametersMemberMatchStrategy. execute(FHIROperationContext ctx, Parameters input, FHIRResourceHelpers resourceHelper)takes a set of input parameters(package private) abstract voidAbstractMemberMatch. validate(Parameters input)validates the contents and type of the member matchvoidDefaultMemberMatchStrategy. validate(Parameters input) -
Uses of Parameters in org.linuxforhealth.fhir.operation.document
Methods in org.linuxforhealth.fhir.operation.document that return Parameters Modifier and Type Method Description protected ParametersDocumentOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.document with parameters of type Parameters Modifier and Type Method Description protected ParametersDocumentOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.erase
Methods in org.linuxforhealth.fhir.operation.erase that return Parameters Modifier and Type Method Description protected ParametersEraseOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.erase with parameters of type Parameters Modifier and Type Method Description protected ParametersEraseOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.erase.adapter
Methods in org.linuxforhealth.fhir.operation.erase.adapter that return Parameters Modifier and Type Method Description ParametersResourceEraseRecordAdapter. adapt(ResourceEraseRecord eraseRecord, EraseDTO eraseDto)Adapts from an eraseRecord and eraseDto to the Parameters resource and wraps in an output parameters object. -
Uses of Parameters in org.linuxforhealth.fhir.operation.erase.audit
Methods in org.linuxforhealth.fhir.operation.erase.audit with parameters of type Parameters Modifier and Type Method Description voidEraseOperationAuditLogger. audit(Parameters response, EraseDTO eraseDto)runs the audit over the returned recordsvoidEraseOperationAuditLogger. error(Parameters request, FHIROperationException e, EraseDTO eraseDto)runs the audit when there is an error in a partial erase. -
Uses of Parameters in org.linuxforhealth.fhir.operation.erase.impl
Methods in org.linuxforhealth.fhir.operation.erase.impl with parameters of type Parameters Modifier and Type Method Description static EraseRestEraseRestFactory. getInstance(FHIROperationContext operationContext, Parameters parameters, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId)Creates a single instance of the Erase factory.Constructors in org.linuxforhealth.fhir.operation.erase.impl with parameters of type Parameters Constructor Description EraseRestImpl(java.lang.String method, javax.ws.rs.core.SecurityContext ctx, Parameters parameters, java.lang.Class<? extends Resource> rt, java.lang.String logicalId, CompartmentHelper compartmentHelper)create the Erase Rest instance. -
Uses of Parameters in org.linuxforhealth.fhir.operation.everything
Methods in org.linuxforhealth.fhir.operation.everything that return Parameters Modifier and Type Method Description protected ParametersEverythingOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.everything with parameters of type Parameters Modifier and Type Method Description protected ParametersEverythingOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected java.util.List<java.lang.String>EverythingOperation. getOverridenIncludedResourceTypes(Parameters parameters, java.util.List<java.lang.String> defaultResourceTypes)Get the list of resource types requested by the user via the _type parameterprotected javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String>EverythingOperation. parseQueryParameters(Parameters parameters, int maxPageSize)Parse the parameters and turn them into aMultivaluedMapto pass to the search service -
Uses of Parameters in org.linuxforhealth.fhir.operation.healthcheck
Methods in org.linuxforhealth.fhir.operation.healthcheck that return Parameters Modifier and Type Method Description protected ParametersHealthcheckOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.healthcheck with parameters of type Parameters Modifier and Type Method Description protected ParametersHealthcheckOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.reindex
Methods in org.linuxforhealth.fhir.operation.reindex that return Parameters Modifier and Type Method Description protected ParametersReindexOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersRetrieveIndexOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.reindex with parameters of type Parameters Modifier and Type Method Description protected ParametersReindexOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersRetrieveIndexOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.term
Methods in org.linuxforhealth.fhir.operation.term that return Parameters Modifier and Type Method Description protected abstract ParametersAbstractTermOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersClosureOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersCodeSystemValidateCodeOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersExpandOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersLookupOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersSubsumesOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersTranslateOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersValueSetValidateCodeOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.term with parameters of type Parameters Modifier and Type Method Description protected abstract ParametersAbstractTermOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersClosureOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersCodeSystemValidateCodeOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersExpandOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersLookupOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersSubsumesOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersTranslateOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersValueSetValidateCodeOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ElementAbstractTermOperation. getCodedElement(Parameters parameters, java.lang.String codeableConceptParameterName, java.lang.String codingParameterName, java.lang.String codeParameterName)protected ElementAbstractTermOperation. getCodedElement(Parameters parameters, java.lang.String codeableConceptParameterName, java.lang.String codingParameterName, java.lang.String codeParameterName, boolean systemRequired)protected CodingAbstractTermOperation. getCoding(Parameters parameters, java.lang.String codingParameterName, java.lang.String codeParameterName)protected CodingAbstractTermOperation. getCoding(Parameters parameters, java.lang.String codingParameterName, java.lang.String codeParameterName, boolean systemRequired)protected <T extends Resource>
TAbstractTermOperation. getResource(FHIROperationContext operationContext, java.lang.String logicalId, Parameters parameters, FHIRResourceHelpers resourceHelper, java.lang.Class<T> resourceType) -
Uses of Parameters in org.linuxforhealth.fhir.operation.term.cache
Methods in org.linuxforhealth.fhir.operation.term.cache that return Parameters Modifier and Type Method Description protected ParametersCodeSystemClearCacheOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersValueSetClearCacheOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.term.cache with parameters of type Parameters Modifier and Type Method Description protected ParametersCodeSystemClearCacheOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersValueSetClearCacheOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.test
Methods in org.linuxforhealth.fhir.operation.test that return Parameters Modifier and Type Method Description protected ParametersBadOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersCrashingOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersMyOperation. doInvoke(FHIROperationContext context, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.test with parameters of type Parameters Modifier and Type Method Description protected ParametersBadOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersCrashingOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)protected ParametersMyOperation. doInvoke(FHIROperationContext context, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.validate
Methods in org.linuxforhealth.fhir.operation.validate that return Parameters Modifier and Type Method Description protected ParametersValidateOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.validate with parameters of type Parameters Modifier and Type Method Description protected ParametersValidateOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.operation.versions
Methods in org.linuxforhealth.fhir.operation.versions that return Parameters Modifier and Type Method Description protected ParametersVersionsOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)Methods in org.linuxforhealth.fhir.operation.versions with parameters of type Parameters Modifier and Type Method Description protected ParametersVersionsOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper) -
Uses of Parameters in org.linuxforhealth.fhir.path.function
Methods in org.linuxforhealth.fhir.path.function that return Parameters Modifier and Type Method Description protected ParametersFHIRPathAbstractTermFunction. getParameters(java.util.List<java.util.Collection<FHIRPathNode>> arguments) -
Uses of Parameters in org.linuxforhealth.fhir.path.patch
Methods in org.linuxforhealth.fhir.path.patch that return Parameters Modifier and Type Method Description ParametersFHIRPathPatch. toParameters()Convert the FHIRPathPatch to a FHIR Parameters resourceMethods in org.linuxforhealth.fhir.path.patch with parameters of type Parameters Modifier and Type Method Description static FHIRPathPatchFHIRPathPatch. from(Parameters params)Parse a FHIRPathPatch from a FHIR Parameters resource -
Uses of Parameters in org.linuxforhealth.fhir.server.resources
Methods in org.linuxforhealth.fhir.server.resources with parameters of type Parameters Modifier and Type Method Description javax.ws.rs.core.ResponsePatch. conditionalPatch(java.lang.String type, Parameters parameters, java.lang.String ifMatch, boolean forceUpdate)javax.ws.rs.core.ResponsePatch. patch(java.lang.String type, java.lang.String id, Parameters parameters, java.lang.String ifMatch, boolean forceUpdate) -
Uses of Parameters in org.linuxforhealth.fhir.server.spi.operation
Methods in org.linuxforhealth.fhir.server.spi.operation that return Parameters Modifier and Type Method Description protected abstract ParametersAbstractOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)This is the method that concrete subclasses must implement to perform the operation logic.static ParametersFHIROperationUtil. getInputParameters(OperationDefinition definition, java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParameters)Construct a Parameters object from the input parameters passed via query parametersstatic ParametersFHIROperationUtil. getInputParameters(OperationDefinition definition, Resource resource)Construct a Parameters object with a single parameter named resourcestatic ParametersFHIROperationUtil. getOutputParameters(java.lang.String name, Resource resource)generates an output parameter with a specific name.static ParametersFHIROperationUtil. getOutputParameters(java.lang.String name, Element element)Generates an output parameters, with a parameter for a specified element.static ParametersFHIROperationUtil. getOutputParameters(Resource resource)Generates an output Parameter resourceParametersAbstractOperation. invoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)ParametersFHIROperation. invoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelpers, SearchHelper searchHelper)Invoke the operation.Methods in org.linuxforhealth.fhir.server.spi.operation with parameters of type Parameters Modifier and Type Method Description protected intAbstractOperation. countParameters(Parameters parameters, java.lang.String name)protected abstract ParametersAbstractOperation. doInvoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)This is the method that concrete subclasses must implement to perform the operation logic.protected Parameters.ParameterAbstractOperation. getParameter(Parameters parameters, java.lang.String name)Get the first instance of a parameter by nameprotected java.util.List<Parameters.Parameter>AbstractOperation. getParameters(Parameters parameters, java.lang.String name)Get all instances of a parameter by namestatic ResourceFHIROperationUtil. getSingleResourceOutputParameter(Parameters parameters)static booleanFHIROperationUtil. hasSingleResourceOutputParameter(Parameters parameters)ParametersAbstractOperation. invoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelper, SearchHelper searchHelper)ParametersFHIROperation. invoke(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters, FHIRResourceHelpers resourceHelpers, SearchHelper searchHelper)Invoke the operation.protected voidAbstractOperation. validateInputParameters(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, java.lang.String logicalId, java.lang.String versionId, Parameters parameters)protected voidAbstractOperation. validateOperationContext(FHIROperationContext operationContext, java.lang.Class<? extends Resource> resourceType, Parameters parameters)protected voidAbstractOperation. validateOutputParameters(FHIROperationContext operationContext, Parameters result)protected voidAbstractOperation. validateParameters(FHIROperationContext operationContext, Parameters parameters, OperationParameterUse use) -
Uses of Parameters in org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.fhir.term.service that return Parameters Modifier and Type Method Description ParametersLookupOutcome. toParameters()ParametersTranslationOutcome. toParameters()ParametersValidationOutcome. toParameters()Methods in org.linuxforhealth.fhir.term.service with parameters of type Parameters Modifier and Type Method Description static ExpansionParametersExpansionParameters. from(Parameters parameters)static LookupParametersLookupParameters. from(Parameters parameters)static TranslationParametersTranslationParameters. from(Parameters parameters)static ValidationParametersValidationParameters. from(Parameters parameters) -
Uses of Parameters in org.linuxforhealth.fhir.term.service.util
Methods in org.linuxforhealth.fhir.term.service.util with parameters of type Parameters Modifier and Type Method Description static Parameters.ParameterFHIRTermServiceUtil. getParameter(Parameters parameters, java.lang.String name)static java.util.List<Parameters.Parameter>FHIRTermServiceUtil. getParameters(Parameters parameters, java.lang.String name)static <T extends Element>
TFHIRTermServiceUtil. getParameterValue(Parameters parameters, java.lang.String name, java.lang.Class<T> elementType)static <T extends Element>
java.util.List<T>FHIRTermServiceUtil. getParameterValues(Parameters parameters, java.lang.String name, java.lang.Class<T> elementType)
-