Uses of Enum Class
org.hl7.v3.XDocumentSubstanceMood
-
Uses of XDocumentSubstanceMood in org.hl7.v3
Fields in org.hl7.v3 declared as XDocumentSubstanceMoodModifier and TypeFieldDescriptionprotected XDocumentSubstanceMoodPOCDMT000040SubstanceAdministration.moodCodeprotected XDocumentSubstanceMoodPOCDMT000040Supply.moodCodeMethods in org.hl7.v3 that return XDocumentSubstanceMoodModifier and TypeMethodDescriptionstatic XDocumentSubstanceMoodPOCDMT000040SubstanceAdministration.getMoodCode()Gets the value of the moodCode property.POCDMT000040Supply.getMoodCode()Gets the value of the moodCode property.static XDocumentSubstanceMoodReturns the enum constant of this class with the specified name.static XDocumentSubstanceMood[]XDocumentSubstanceMood.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.v3 with parameters of type XDocumentSubstanceMoodModifier and TypeMethodDescriptionvoidPOCDMT000040SubstanceAdministration.setMoodCode(XDocumentSubstanceMood value) Sets the value of the moodCode property.voidPOCDMT000040Supply.setMoodCode(XDocumentSubstanceMood value) Sets the value of the moodCode property.POCDMT000040SubstanceAdministration.withMoodCode(XDocumentSubstanceMood value) POCDMT000040Supply.withMoodCode(XDocumentSubstanceMood value)