Uses of Enum Class
de.gematik.test.erezept.fhir.valuesets.PrescriptionFlowType
Packages that use PrescriptionFlowType
Package
Description
-
Uses of PrescriptionFlowType in de.gematik.test.erezept.fhir.builder
Methods in de.gematik.test.erezept.fhir.builder with parameters of type PrescriptionFlowTypeModifier and TypeMethodDescriptionstatic PrescriptionIdGemFaker.fakerPrescriptionId(PrescriptionFlowType flowType) Build a fake PrescriptionID with valid checking number -
Uses of PrescriptionFlowType in de.gematik.test.erezept.fhir.builder.erp
Fields in de.gematik.test.erezept.fhir.builder.erp declared as PrescriptionFlowTypeModifier and TypeFieldDescriptionprotected PrescriptionFlowTypeErxComPrescriptionBuilder.flowTypeMethods in de.gematik.test.erezept.fhir.builder.erp with parameters of type PrescriptionFlowTypeModifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.ParametersFlowTypeBuilder.build(PrescriptionFlowType flowType) static FlowTypeBuilderFlowTypeBuilder.builder(PrescriptionFlowType flowType) ErxComPrescriptionBuilder.flowType(PrescriptionFlowType flowType) -
Uses of PrescriptionFlowType in de.gematik.test.erezept.fhir.r4.dav
Methods in de.gematik.test.erezept.fhir.r4.dav that return PrescriptionFlowType -
Uses of PrescriptionFlowType in de.gematik.test.erezept.fhir.r4.erp
Methods in de.gematik.test.erezept.fhir.r4.erp that return PrescriptionFlowType -
Uses of PrescriptionFlowType in de.gematik.test.erezept.fhir.r4.kbv
Methods in de.gematik.test.erezept.fhir.r4.kbv that return PrescriptionFlowType -
Uses of PrescriptionFlowType in de.gematik.test.erezept.fhir.values
Methods in de.gematik.test.erezept.fhir.values that return PrescriptionFlowTypeMethods in de.gematik.test.erezept.fhir.values with parameters of type PrescriptionFlowTypeModifier and TypeMethodDescriptionstatic PrescriptionIdPrescriptionId.random(ErpWorkflowNamingSystem system, PrescriptionFlowType flowType) static PrescriptionIdPrescriptionId.random(PrescriptionFlowType flowType) -
Uses of PrescriptionFlowType in de.gematik.test.erezept.fhir.valuesets
Methods in de.gematik.test.erezept.fhir.valuesets that return PrescriptionFlowTypeModifier and TypeMethodDescriptionstatic PrescriptionFlowTypestatic PrescriptionFlowTypePrescriptionFlowType.fromInsuranceKind(de.gematik.bbriccs.fhir.de.valueset.InsuranceTypeDe insuranceKind) static PrescriptionFlowTypePrescriptionFlowType.fromInsuranceKind(de.gematik.bbriccs.fhir.de.valueset.InsuranceTypeDe insuranceKind, boolean asDirectAssignment) static PrescriptionFlowTypePrescriptionFlowType.fromPrescriptionId(PrescriptionId prescriptionId) static PrescriptionFlowTypeReturns the enum constant of this class with the specified name.static PrescriptionFlowType[]PrescriptionFlowType.values()Returns an array containing the constants of this enum class, in the order they are declared.