Uses of Enum Class
org.projecthusky.common.enums.NullFlavor
Packages that use NullFlavor
Package
Description
Generated classes from the HL7 CDA R2 specifications with JAXB.
-
Uses of NullFlavor in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return NullFlavorModifier and TypeMethodDescriptionAddressBaseType.getNullFlavor()
Gets the null flavor.CodeBaseType.getNullFlavor()
Gets the null flavor.IdentificatorBaseType.getNullFlavor()
Gets the null flavor.NameBaseType.getNullFlavor()
Gets the nullFlavor.OrganizationBaseType.getNullFlavor()
Gets the null flavor.TelecomBaseType.getNullFlavor()
Gets the null flavor.Methods in org.projecthusky.common.basetypes with parameters of type NullFlavorModifier and TypeMethodDescriptionvoid
AddressBaseType.setNullFlavor
(NullFlavor nullFlavor) Sets the null flavor.void
CodeBaseType.setNullFlavor
(NullFlavor nullFlavor) Sets the null flavor.void
IdentificatorBaseType.setNullFlavor
(NullFlavor nullFlavor) Sets the null flavor.void
NameBaseType.setNullFlavor
(NullFlavor nullFlavor) Sets the nullFlavor.void
OrganizationBaseType.setNullFlavor
(NullFlavor nullFlavor) Sets the null flavor.void
TelecomBaseType.setNullFlavor
(NullFlavor nullFlavor) Sets the null flavor.AddressBaseType.Builder.withNullFlavor
(NullFlavor nullFlavor) With null flavor.CodeBaseType.Builder.withNullFlavor
(NullFlavor nullFlavor) With null flavor.IdentificatorBaseType.Builder.withNullFlavor
(NullFlavor nullFlavor) With null flavor.NameBaseType.Builder.withNullFlavor
(NullFlavor nullFlavor) With null flavor.OrganizationBaseType.Builder.withNullFlavor
(NullFlavor nullFlavor) With null flavor.TelecomBaseType.Builder.withNullFlavor
(NullFlavor nullFlavor) With null flavor. -
Uses of NullFlavor in org.projecthusky.common.enums
Methods in org.projecthusky.common.enums that return NullFlavorModifier and TypeMethodDescriptionstatic @Nullable NullFlavor
Gets the Enum with a given code.static NullFlavor
Returns the enum constant of this class with the specified name.static NullFlavor[]
NullFlavor.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NullFlavor in org.projecthusky.common.hl7cdar2
Constructors in org.projecthusky.common.hl7cdar2 with parameters of type NullFlavor -
Uses of NullFlavor in org.projecthusky.common.model
Methods in org.projecthusky.common.model that return NullFlavorMethods in org.projecthusky.common.model with parameters of type NullFlavorConstructors in org.projecthusky.common.model with parameters of type NullFlavorModifierConstructorDescriptionCode
(NullFlavor nf) Instantiates a new instance from the given null flavor.Value
(ANY value, NullFlavor nullFlavor) Instantiates a new value with a given MDHT ANY Objekt and an nullFlavor