Class HospitalCase

java.lang.Object
cz.drg.pregrouper.process.dto.HospitalCase

public class HospitalCase extends Object
Represents a hospital case with associated values, first and last doklad IDs, and error codes.
  • Constructor Details

    • HospitalCase

      public HospitalCase(String[] values, String firstDoklad02Id)
    • HospitalCase

      public HospitalCase(String[] values, String firstDoklad02Id, Set<Short> errorCodes)
  • Method Details

    • getValues

      public String[] getValues()
    • getFirstDocId

      public String getFirstDocId()
    • getLastDocId

      public String getLastDocId()
    • setLastDocId

      public void setLastDocId(String lastDocId)
    • getValue

      public String getValue(HospitalCaseSchema schema)
    • getMaxErrorCode

      public Short getMaxErrorCode()
    • getErrorCodes

      public Set<Short> getErrorCodes()
    • toString

      public String toString()
      Overrides:
      toString in class Object