Uses of Enum Class
org.projecthusky.cda.elga.generated.artdecor.enums.EImpfAntikoerperbestimmungVs
Packages that use EImpfAntikoerperbestimmungVs
Package
Description
-
Uses of EImpfAntikoerperbestimmungVs in org.projecthusky.cda.elga.generated.artdecor.enums
Methods in org.projecthusky.cda.elga.generated.artdecor.enums that return EImpfAntikoerperbestimmungVsModifier and TypeMethodDescriptionstatic @Nullable EImpfAntikoerperbestimmungVs
Gets the Enum with a given code.static EImpfAntikoerperbestimmungVs
Returns the enum constant of this class with the specified name.static EImpfAntikoerperbestimmungVs[]
EImpfAntikoerperbestimmungVs.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EImpfAntikoerperbestimmungVs in org.projecthusky.cda.elga.models.eimpf
Methods in org.projecthusky.cda.elga.models.eimpf that return EImpfAntikoerperbestimmungVsModifier and TypeMethodDescriptionAntibodyDetermination.getAntibodyDetermination()
AntibodyLaboratory.getAntibodyDetermination()
Methods in org.projecthusky.cda.elga.models.eimpf with parameters of type EImpfAntikoerperbestimmungVsModifier and TypeMethodDescriptionvoid
AntibodyDetermination.setAntibodyDetermination
(EImpfAntikoerperbestimmungVs antibodyDetermination) void
AntibodyLaboratory.setAntibodyDetermination
(EImpfAntikoerperbestimmungVs antibodyDetermination)