Program

public class Program

Represents a single program. A program is typically used when a patient is identified as belonging to a group for which a particular set of coordinated interventions is to be followed.

Methods

equals

public boolean equals(Object obj)

getAllWorkflows

public List<Workflow> getAllWorkflows()

getConcept

public Concept getConcept()

getDescription

public String getDescription()

getName

public String getName()

getUuid

public String getUuid()

hashCode

public int hashCode()

setAllWorkflows

public void setAllWorkflows(List<Workflow> allWorkflows)

setConcept

public void setConcept(Concept concept)

setDescription

public void setDescription(String description)

setName

public void setName(String name)

setUuid

public void setUuid(String uuid)