Uses of Enum Class
org.projecthusky.common.hl7cdar2.ActMoodEventOccurrence
Packages that use ActMoodEventOccurrence
Package
Description
Generated classes from the HL7 CDA R2 specifications with JAXB.
-
Uses of ActMoodEventOccurrence in org.projecthusky.common.hl7cdar2
Fields in org.projecthusky.common.hl7cdar2 declared as ActMoodEventOccurrenceModifier and TypeFieldDescriptionprotected ActMoodEventOccurrence
COCTMT230100UVApproval.moodCode
protected ActMoodEventOccurrence
COCTMT230100UVCharacteristic.moodCode
Methods in org.projecthusky.common.hl7cdar2 that return ActMoodEventOccurrenceModifier and TypeMethodDescriptionstatic @NonNull ActMoodEventOccurrence
COCTMT230100UVApproval.getMoodCode()
Ruft den Wert der moodCode-Eigenschaft ab.COCTMT230100UVCharacteristic.getMoodCode()
Ruft den Wert der moodCode-Eigenschaft ab.static ActMoodEventOccurrence
Returns the enum constant of this class with the specified name.static ActMoodEventOccurrence[]
ActMoodEventOccurrence.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.projecthusky.common.hl7cdar2 with parameters of type ActMoodEventOccurrenceModifier and TypeMethodDescriptionvoid
COCTMT230100UVApproval.setMoodCode
(ActMoodEventOccurrence value) Legt den Wert der moodCode-Eigenschaft fest.void
COCTMT230100UVCharacteristic.setMoodCode
(ActMoodEventOccurrence value) Legt den Wert der moodCode-Eigenschaft fest.