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 ActMoodEventOccurrenceCOCTMT230100UVApproval.moodCodeprotected ActMoodEventOccurrenceCOCTMT230100UVCharacteristic.moodCodeMethods in org.projecthusky.common.hl7cdar2 that return ActMoodEventOccurrenceModifier and TypeMethodDescriptionstatic @NonNull ActMoodEventOccurrenceCOCTMT230100UVApproval.getMoodCode()Ruft den Wert der moodCode-Eigenschaft ab.COCTMT230100UVCharacteristic.getMoodCode()Ruft den Wert der moodCode-Eigenschaft ab.static ActMoodEventOccurrenceReturns 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 TypeMethodDescriptionvoidCOCTMT230100UVApproval.setMoodCode(ActMoodEventOccurrence value) Legt den Wert der moodCode-Eigenschaft fest.voidCOCTMT230100UVCharacteristic.setMoodCode(ActMoodEventOccurrence value) Legt den Wert der moodCode-Eigenschaft fest.