public class TherapeuticLink extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TherapeuticLink.Builder
TherapeuticLink static builder
|
Constructor and Description |
---|
TherapeuticLink() |
TherapeuticLink(Patient patient,
HcParty hcParty,
String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getComment() |
org.joda.time.LocalDate |
getEndDate() |
HcParty |
getHcParty() |
Patient |
getPatient() |
org.joda.time.LocalDate |
getStartDate() |
TherapeuticLinkStatus |
getStatus() |
String |
getType() |
int |
hashCode() |
void |
setComment(String comment) |
void |
setEndDate(org.joda.time.LocalDate endDate) |
void |
setHcParty(HcParty hcParty) |
void |
setPatient(Patient patient) |
void |
setStartDate(org.joda.time.LocalDate startDate) |
void |
setStatus(TherapeuticLinkStatus status) |
void |
setType(String type) |
String |
toString() |
public TherapeuticLink(Patient patient, HcParty hcParty, String type)
patient
- hcParty
- type
- public TherapeuticLink()
public Patient getPatient()
public void setPatient(Patient patient)
patient
- the patient to setpublic HcParty getHcParty()
public void setHcParty(HcParty hcParty)
hcParty
- the hcParty to setpublic String getType()
public void setType(String type)
type
- the type to setpublic org.joda.time.LocalDate getStartDate()
public void setStartDate(org.joda.time.LocalDate startDate)
startDate
- the startDate to setpublic org.joda.time.LocalDate getEndDate()
public void setEndDate(org.joda.time.LocalDate endDate)
endDate
- the endDate to setpublic String getComment()
public void setComment(String comment)
comment
- the comment to setpublic TherapeuticLinkStatus getStatus()
public void setStatus(TherapeuticLinkStatus status)
status
- the status to set
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.