Uses of Class
com.ibm.fhir.persistence.erase.EraseDTO
-
-
Uses of EraseDTO in com.ibm.fhir.operation.erase.adapter
Methods in com.ibm.fhir.operation.erase.adapter with parameters of type EraseDTO 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 EraseDTO in com.ibm.fhir.operation.erase.audit
Methods in com.ibm.fhir.operation.erase.audit with parameters of type EraseDTO 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 EraseDTO in com.ibm.fhir.operation.erase.impl
Methods in com.ibm.fhir.operation.erase.impl that return EraseDTO Modifier and Type Method Description EraseDTOEraseRest. verify()verifies the HttpMethod and incoming parameters are supported, and creates an intermediate EraseDTOEraseDTOEraseRestImpl. verify()Methods in com.ibm.fhir.operation.erase.impl with parameters of type EraseDTO Modifier and Type Method Description voidEraseRestImpl. processLogicalId(EraseDTO dto, FHIRPathEvaluator evaluator, FHIRPathEvaluator.EvaluationContext evaluationContext, List<OperationOutcome.Issue> issues, String logicalId)processes the 'id' from the parameters object in the evaluation context.voidEraseRestImpl. processPatient(EraseDTO dto, FHIRPathEvaluator evaluator, FHIRPathEvaluator.EvaluationContext evaluationContext, List<OperationOutcome.Issue> issues)processes the 'patient' from the parameters object in the evaluation context.voidEraseRestImpl. processReason(EraseDTO dto, FHIRPathEvaluator evaluator, FHIRPathEvaluator.EvaluationContext evaluationContext, List<OperationOutcome.Issue> issues)processes the 'reason' from the parameters object in the evaluation context.voidEraseRestImpl. processVersion(EraseDTO dto, FHIRPathEvaluator evaluator, FHIRPathEvaluator.EvaluationContext evaluationContext, List<OperationOutcome.Issue> issues)processes the 'version' from the parameters object in the evaluation context. -
Uses of EraseDTO in com.ibm.fhir.persistence
Methods in com.ibm.fhir.persistence with parameters of type EraseDTO Modifier and Type Method Description default ResourceEraseRecordFHIRPersistence. erase(EraseDTO eraseDto)Erases part or a whole of a resource in the data layer -
Uses of EraseDTO in com.ibm.fhir.persistence.jdbc.dao
Methods in com.ibm.fhir.persistence.jdbc.dao with parameters of type EraseDTO Modifier and Type Method Description voidEraseResourceDAO. erase(ResourceEraseRecord eraseRecord, EraseDTO eraseDto)processes the erase -
Uses of EraseDTO in com.ibm.fhir.persistence.jdbc.impl
Methods in com.ibm.fhir.persistence.jdbc.impl with parameters of type EraseDTO Modifier and Type Method Description ResourceEraseRecordFHIRPersistenceJDBCImpl. erase(EraseDTO eraseDto) -
Uses of EraseDTO in com.ibm.fhir.server.operation.spi
Methods in com.ibm.fhir.server.operation.spi with parameters of type EraseDTO Modifier and Type Method Description default ResourceEraseRecordFHIRResourceHelpers. doErase(FHIROperationContext operationContext, EraseDTO eraseDto)Invoke the FHIR Persistence erase operation for a specific instance of the erase. -
Uses of EraseDTO in com.ibm.fhir.server.util
Methods in com.ibm.fhir.server.util with parameters of type EraseDTO Modifier and Type Method Description ResourceEraseRecordFHIRRestHelper. doErase(FHIROperationContext operationContext, EraseDTO eraseDto)
-