Uses of Enum Class
net.ihe.gazelle.hl7v3.voc.EntityNamePartType
Packages that use EntityNamePartType
-
Uses of EntityNamePartType in net.ihe.gazelle.hl7v3.datatypes
Fields in net.ihe.gazelle.hl7v3.datatypes declared as EntityNamePartTypeModifier and TypeFieldDescriptionENXP.partTypeIndicates whether the name part is a given name, family name, prefix, suffix, etc. .Methods in net.ihe.gazelle.hl7v3.datatypes that return EntityNamePartTypeMethods in net.ihe.gazelle.hl7v3.datatypes with parameters of type EntityNamePartTypeModifier and TypeMethodDescriptionvoidENXP.setPartType(EntityNamePartType partType) Set a value to attribute partType. -
Uses of EntityNamePartType in net.ihe.gazelle.hl7v3.voc
Methods in net.ihe.gazelle.hl7v3.voc that return EntityNamePartTypeModifier and TypeMethodDescriptionstatic EntityNamePartTypestatic EntityNamePartTypeReturns the enum constant of this class with the specified name.static EntityNamePartType[]EntityNamePartType.values()Returns an array containing the constants of this enum class, in the order they are declared.