Class FHIRRestInteractionIssue

  • All Implemented Interfaces:
    FHIRRestInteraction

    public class FHIRRestInteractionIssue
    extends FHIRRestInteractionBase
    Captures the fact that an issue occurred while translating a bundle entry. Record the issue so that it can be added to the result bundle later
    • Field Detail

      • status

        final javax.ws.rs.core.Response.Status status
    • Constructor Detail

      • FHIRRestInteractionIssue

        public FHIRRestInteractionIssue​(int entryIndex,
                                        javax.ws.rs.core.Response.Status status,
                                        Bundle.Entry responseEntry)
        Public constructor
        Parameters:
        entryIndex -
        status -
        responseEntry -