Class PatientInformation

java.lang.Object
com.compomics.util.experiment.patient.PatientInformation

public class PatientInformation
extends Object
Information about the patient.
Author:
Marc Vaudel
  • Constructor Details

    • PatientInformation

      public PatientInformation()
      Empty default constructor
    • PatientInformation

      public PatientInformation​(String type, String description)
      Constructor.
      Parameters:
      type - the type of information
      description - the description of the information
  • Method Details

    • getType

      public String getType()
      Returns the type of information.
      Returns:
      the type of information
    • setType

      public void setType​(String type)
      Sets the type of information.
      Parameters:
      type - the type of information
    • getDescription

      public String getDescription()
      Returns the description of the information.
      Returns:
      the description of the information
    • setDescription

      public void setDescription​(String description)
      Sets the description of the information.
      Parameters:
      description - the description of the information