Interface DiagnosisIF

All Superinterfaces:
EditableIF, ValidatableIF, VerifiableIF
All Known Implementing Classes:
Diagnosis

public interface DiagnosisIF extends EditableIF, VerifiableIF, ValidatableIF
Author:
CMS
  • Method Details

    • isUnspecifiedPdx

      boolean isUnspecifiedPdx()
      Returns:
      the unspecifiedPdx
    • setUnspecifiedPdx

      void setUnspecifiedPdx(boolean unspecifiedPdx)
      Parameters:
      unspecifiedPdx - the unspecifiedPdx to set
    • getPredecessor

      String getPredecessor()
      Returns:
      the predecessor
    • setPredecessor

      void setPredecessor(String predecessor)
      Parameters:
      predecessor - the predecessor to set
    • getCodeFirstCondition

      CodeFirstConditionIF getCodeFirstCondition()
      Returns:
      the codeFirstCondition
    • setCodeFirstCondition

      void setCodeFirstCondition(CodeFirstConditionIF codeFirstCondition)
      Parameters:
      codeFirstCondition - the codeFirstCondition to set
    • getClinicalGroup

      ClinicalGroupIF getClinicalGroup()
      Returns:
      the clinicalGroup
    • getComorbidityGroup

      ComorbidityGroupIF getComorbidityGroup()
      Returns:
      the comorbidityGroup
    • getDescription

      String getDescription()
      Returns:
      the description
    • getDiagnosisSubchapter

      DiagnosisSubchapterIF getDiagnosisSubchapter()
      Returns:
      the diagnosisSubchapter
    • getId

      int getId()
      Returns:
      the id
    • getValue

      String getValue()
      Returns:
      the value
    • isECOI

      boolean isECOI()
      Returns:
      the ECOI
    • isManifestation

      boolean isManifestation()
      Returns:
      the manifestation
    • isPrimaryAwarding

      boolean isPrimaryAwarding()
      Returns:
      the primaryAwarding
    • isCodeFirst

      boolean isCodeFirst()
      Returns:
      the codeFirst
    • isUnacceptablePdx

      boolean isUnacceptablePdx()
      Returns:
      the unacceptablePdx
    • setClinicalGroup

      void setClinicalGroup(ClinicalGroupIF clinicalGroup)
      Parameters:
      clinicalGroup - the clinicalGroup to set
    • setComorbidityGroup

      void setComorbidityGroup(ComorbidityGroupIF comorbidityGroup)
      Parameters:
      comorbidityGroup - the comorbidityGroup to set
    • setDescription

      void setDescription(String description)
      Parameters:
      description - the description to set
    • setDiagnosisSubchapter

      void setDiagnosisSubchapter(DiagnosisSubchapterIF diagnosisSubchapter)
      Parameters:
      diagnosisSubchapter - the diagnosisSubchapter to set
    • setECOI

      void setECOI(boolean ECOI)
      Parameters:
      ECOI - the ECOI to set
    • setCodeFirst

      void setCodeFirst(boolean codeFirst)
      Parameters:
      codeFirst -
    • setUnacceptablePdx

      void setUnacceptablePdx(boolean unacceptablePdx)
      Parameters:
      unacceptablePdx -
    • setId

      void setId(int id)
      Parameters:
      id - the id to set
    • setManifestation

      void setManifestation(boolean manifestation)
      Parameters:
      manifestation - the manifestation to set
    • setPrimaryAwarding

      void setPrimaryAwarding(boolean primaryAwarding)
      Parameters:
      primaryAwarding - the primaryAwarding to set
    • setValue

      void setValue(String value)
      Parameters:
      value - the value to set
    • getCodeFistConditionId

      int getCodeFistConditionId()
      Returns:
      the codeFistConditionId
    • setCodeFistConditionId

      void setCodeFistConditionId(int codeFistConditionId)
      Parameters:
      codeFistConditionId - the codeFistConditionId to set