Class FHIRRestInteractionValidationResponse
- java.lang.Object
-
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionBase
-
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionResource
-
- org.linuxforhealth.fhir.server.rest.FHIRRestInteractionValidationResponse
-
- All Implemented Interfaces:
FHIRRestInteraction
public class FHIRRestInteractionValidationResponse extends FHIRRestInteractionResource
Captures the fact that a particular entry failed validation.
-
-
Constructor Summary
Constructors Constructor Description FHIRRestInteractionValidationResponse(int entryIndex, Bundle.Entry validationResponseEntry, java.lang.String requestDescription)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(FHIRRestInteractionVisitor visitor)
Process this interaction-
Methods inherited from class org.linuxforhealth.fhir.server.rest.FHIRRestInteractionResource
getEvent, getNewResource, getOffloadResponse, getPrevResource, getValidationResponseEntry, setNewResource, setOffloadResponse, setPrevResource
-
Methods inherited from class org.linuxforhealth.fhir.server.rest.FHIRRestInteractionBase
accept, getAccumulatedTime, getEntryIndex, getRequestDescription, getRequestURL, getWarnings
-
-
-
-
Constructor Detail
-
FHIRRestInteractionValidationResponse
public FHIRRestInteractionValidationResponse(int entryIndex, Bundle.Entry validationResponseEntry, java.lang.String requestDescription)
Public constructor- Parameters:
entryIndex
-validationResponseEntry
-requestDescription
-
-
-
Method Detail
-
process
public void process(FHIRRestInteractionVisitor visitor) throws java.lang.Exception
Description copied from class:FHIRRestInteractionBase
Process this interaction- Specified by:
process
in classFHIRRestInteractionBase
- Throws:
java.lang.Exception
-
-