Interface IPatientScenario

  • All Known Implementing Classes:
    InteropScenario

    public interface IPatientScenario
    • Method Detail

      • process

        void process​(String patientId,
                     AtomicInteger fhirRequest,
                     AtomicLong fhirRequestTime,
                     AtomicInteger resourceCount)
        Execute the scenario for the given patient, incrementing the atomic counters to report the statistics
        Parameters:
        patientId -
        fhirRequest -
        fhirRequestTime -
        resourceCount -