Class KbvErpMedicationRequestFaker
java.lang.Object
de.gematik.test.erezept.fhir.builder.kbv.KbvErpMedicationRequestFaker
-
Method Summary
Modifier and TypeMethodDescriptionstatic KbvErpMedicationRequestFakerbuilder()fake()withAccident(AccidentExtension accident) withAuthorDate(Date date) withAuthorDate(Date date, ca.uhn.fhir.model.api.TemporalPrecisionEnum temporalPrecisionEnum) withBvg(boolean bvg) withCoPaymentStatus(StatusCoPayment statusCoPayment) withDosageInstruction(String text) withEmergencyServiceFee(boolean emergencyServiceFee) withInsurance(KbvCoverage coverage) withIntent(String code) withIntent(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestIntent intent) withMedication(KbvErpMedication medication) withPatient(KbvPatient patient) withQuantity(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestDispenseRequestComponent quantity) withQuantity(org.hl7.fhir.r4.model.Quantity quantity) withQuantityPackages(int amount) withRequester(KbvPractitioner practitioner) withStatus(String code) withStatus(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestStatus status) withSubstitution(boolean allowed) withSubstitution(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestSubstitutionComponent substitution) withVersion(KbvItaErpVersion version)
-
Method Details
-
builder
-
withPatient
-
withVersion
-
withMedication
-
withRequester
-
withInsurance
-
withAccident
-
withStatus
public KbvErpMedicationRequestFaker withStatus(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestStatus status) -
withStatus
-
withIntent
public KbvErpMedicationRequestFaker withIntent(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestIntent intent) -
withIntent
-
withSubstitution
public KbvErpMedicationRequestFaker withSubstitution(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestSubstitutionComponent substitution) -
withSubstitution
-
withQuantity
public KbvErpMedicationRequestFaker withQuantity(org.hl7.fhir.r4.model.MedicationRequest.MedicationRequestDispenseRequestComponent quantity) -
withQuantity
-
withQuantityPackages
-
withDosageInstruction
-
withCoPaymentStatus
-
withBvg
-
withEmergencyServiceFee
-
withMvo
-
withAuthorDate
-
withAuthorDate
public KbvErpMedicationRequestFaker withAuthorDate(Date date, ca.uhn.fhir.model.api.TemporalPrecisionEnum temporalPrecisionEnum) -
withNote
-
fake
-
toBuilder
-