Class MultiplePrescriptionExtension.Builder
java.lang.Object
de.gematik.test.erezept.fhir.extensions.kbv.MultiplePrescriptionExtension.Builder
- Enclosing class:
- MultiplePrescriptionExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromNow()starting(int days) validForDays(int amount) validForDays(int amount, boolean autoStart) validThrough(int daysStart, int daysEnd) validThrough(Date start, Date end) validUntil(Date end) validUntil(Date end, boolean autoStart) In this case the MVO is automatically valid for 365 days beginning with the start date see A_22634withoutEndDate(boolean autoStart)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withId
-
withId
-
fromNow
-
starting
-
starting
-
withoutEndDate
In this case the MVO is automatically valid for 365 days beginning with the start date see A_22634- Returns:
- MultiplePrescriptionExtension
-
withoutEndDate
-
validForDays
-
validForDays
-
validUntil
-
validUntil
-
validThrough
-
validThrough
-
withRandomId
-