Package com.ibm.fhir.server.rest
Class FHIRRestInteractionValidationResponse
- java.lang.Object
-
- com.ibm.fhir.server.rest.FHIRRestInteractionBase
-
- com.ibm.fhir.server.rest.FHIRRestInteractionResource
-
- com.ibm.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 voidprocess(FHIRRestInteractionVisitor visitor)Process this interaction-
Methods inherited from class com.ibm.fhir.server.rest.FHIRRestInteractionResource
getEvent, getNewResource, getOffloadResponse, getPrevResource, getValidationResponseEntry, setNewResource, setOffloadResponse, setPrevResource
-
Methods inherited from class com.ibm.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:FHIRRestInteractionBaseProcess this interaction- Specified by:
processin classFHIRRestInteractionBase- Throws:
java.lang.Exception
-
-