Uses of Enum Class
de.gematik.test.erezept.fhir.extensions.erp.SupplyOptionsType
Packages that use SupplyOptionsType
Package
Description
-
Uses of SupplyOptionsType in de.gematik.test.erezept.fhir.builder.erp
Fields in de.gematik.test.erezept.fhir.builder.erp declared as SupplyOptionsTypeModifier and TypeFieldDescriptionprotected SupplyOptionsTypeErxComPrescriptionBuilder.supplyOptionsTypeMethods in de.gematik.test.erezept.fhir.builder.erp with parameters of type SupplyOptionsTypeModifier and TypeMethodDescriptionErxComPrescriptionBuilder.supplyOptions(SupplyOptionsType supply) -
Uses of SupplyOptionsType in de.gematik.test.erezept.fhir.extensions.erp
Methods in de.gematik.test.erezept.fhir.extensions.erp that return SupplyOptionsTypeModifier and TypeMethodDescriptionstatic SupplyOptionsTypeSupplyOptionsType.createDefault()static SupplyOptionsTypeSupplyOptionsType.getSupplyOptionType(String label) static SupplyOptionsTypeReturns the enum constant of this class with the specified name.static SupplyOptionsType[]SupplyOptionsType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SupplyOptionsType in de.gematik.test.erezept.fhir.values.json
Constructors in de.gematik.test.erezept.fhir.values.json with parameters of type SupplyOptionsTypeModifierConstructorDescriptionCommunicationDisReqMessage(SupplyOptionsType supplyOptionsType, String hint) CommunicationDisReqMessage(SupplyOptionsType supplyOptionsType, String name, List<String> address, String hint, String phone) CommunicationReplyMessage(SupplyOptionsType supplyOptionsType, String infoText) CommunicationReplyMessage(SupplyOptionsType supplyOptionsType, String infoText, String url, String pickUpCodeHR, String pickUpCodeDMC)