be.ehealth.businessconnector.therlink.domain
Class TherapeuticLink.Builder

java.lang.Object
  extended by be.ehealth.businessconnector.therlink.domain.TherapeuticLink.Builder
Enclosing class:
TherapeuticLink

public static class TherapeuticLink.Builder
extends Object

TherapeuticLink static builder


Constructor Summary
TherapeuticLink.Builder()
           
 
Method Summary
 TherapeuticLink build()
           
 TherapeuticLink.Builder withComment(String comment)
           
 TherapeuticLink.Builder withEndDate(org.joda.time.LocalDate date)
           
 TherapeuticLink.Builder withEndDateTime(org.joda.time.DateTime date)
           
 TherapeuticLink.Builder withHcParty(HcParty hcp)
           
 TherapeuticLink.Builder withPatient(Patient patient)
           
 TherapeuticLink.Builder withStartDate(org.joda.time.LocalDate date)
           
 TherapeuticLink.Builder withStartDateTime(org.joda.time.DateTime date)
           
 TherapeuticLink.Builder withStatus(TherapeuticLinkStatus status)
           
 TherapeuticLink.Builder withType(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TherapeuticLink.Builder

public TherapeuticLink.Builder()
Method Detail

withPatient

public TherapeuticLink.Builder withPatient(Patient patient)

withHcParty

public TherapeuticLink.Builder withHcParty(HcParty hcp)

withStartDate

public TherapeuticLink.Builder withStartDate(org.joda.time.LocalDate date)

withEndDate

public TherapeuticLink.Builder withEndDate(org.joda.time.LocalDate date)

withStartDateTime

public TherapeuticLink.Builder withStartDateTime(org.joda.time.DateTime date)

withEndDateTime

public TherapeuticLink.Builder withEndDateTime(org.joda.time.DateTime date)

withType

public TherapeuticLink.Builder withType(String type)

withComment

public TherapeuticLink.Builder withComment(String comment)

build

public TherapeuticLink build()

withStatus

public TherapeuticLink.Builder withStatus(TherapeuticLinkStatus status)
Parameters:
status -
Returns:



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.