be.ehealth.businessconnector.therlink.domain
Class TherapeuticLink
java.lang.Object
be.ehealth.businessconnector.therlink.domain.TherapeuticLink
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TherapeuticLinkComplete, TherapeuticLinkResponse
public class TherapeuticLink
- extends Object
- implements Serializable
TherapeuticLink.
- See Also:
- Serialized Form
TherapeuticLink
public TherapeuticLink(Patient patient,
HcParty hcParty,
String type)
- Parameters:
patient
- hcParty
- type
-
TherapeuticLink
public TherapeuticLink()
getPatient
public Patient getPatient()
- Returns:
- the patient
setPatient
public void setPatient(Patient patient)
- Parameters:
patient
- the patient to set
getHcParty
public HcParty getHcParty()
- Returns:
- the hcParty
setHcParty
public void setHcParty(HcParty hcParty)
- Parameters:
hcParty
- the hcParty to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type
- the type to set
getStartDate
public org.joda.time.LocalDate getStartDate()
- Returns:
- the startDate
setStartDate
public void setStartDate(org.joda.time.LocalDate startDate)
- Parameters:
startDate
- the startDate to set
getEndDate
public org.joda.time.LocalDate getEndDate()
- Returns:
- the endDate
setEndDate
public void setEndDate(org.joda.time.LocalDate endDate)
- Parameters:
endDate
- the endDate to set
getComment
public String getComment()
- Returns:
- the comment
setComment
public void setComment(String comment)
- Parameters:
comment
- the comment to set
getStatus
public TherapeuticLinkStatus getStatus()
- Returns:
- the status
setStatus
public void setStatus(TherapeuticLinkStatus status)
- Parameters:
status
- the status to set
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.