Class ClinicalManifestation

java.lang.Object
org.projecthusky.cda.elga.models.ems.ClinicalManifestation

public class ClinicalManifestation extends Object
  • Constructor Details

    • ClinicalManifestation

      public ClinicalManifestation()
  • Method Details

    • getRootId

      public String getRootId()
    • setRootId

      public void setRootId(String rootId)
    • getStartDate

      public ZonedDateTime getStartDate()
    • setStartDate

      public void setStartDate(ZonedDateTime startDate)
    • getStopDate

      public ZonedDateTime getStopDate()
    • setStopDate

      public void setStopDate(ZonedDateTime stopDate)
    • getClinicalManifestationItems

      public List<ClinicalManifestationItem> getClinicalManifestationItems()
    • setClinicalManifestationItems

      public void setClinicalManifestationItems(List<ClinicalManifestationItem> clinicalManifestationItems)
    • getEpimsEntryProblemConcernEntry

      public org.projecthusky.common.hl7cdar2.POCDMT000040Entry getEpimsEntryProblemConcernEntry()
    • getEpimsEntryProblemConcern

      public EpimsEntryProblemConcern getEpimsEntryProblemConcern()