Uses of Class
org.projecthusky.common.basetypes.NameBaseType
Packages that use NameBaseType
-
Uses of NameBaseType in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return NameBaseTypeModifier and TypeMethodDescriptionNameBaseType.Builder.build()
Builds the.OrganizationBaseType.getPrimaryName()
Gets the primary name.Methods in org.projecthusky.common.basetypes that return types with arguments of type NameBaseTypeMethods in org.projecthusky.common.basetypes with parameters of type NameBaseTypeModifier and TypeMethodDescriptionvoid
OrganizationBaseType.addName
(NameBaseType value) Adds a name.boolean
OrganizationBaseType.contains
(NameBaseType value) Checks whether the list member contains the given value.void
OrganizationBaseType.setPrimaryName
(NameBaseType primaryName) Sets the primary name.OrganizationBaseType.Builder.withPrimaryName
(NameBaseType primaryName) With primary name.Method parameters in org.projecthusky.common.basetypes with type arguments of type NameBaseTypeModifier and TypeMethodDescriptionvoid
OrganizationBaseType.setNameList
(List<NameBaseType> nameList) Sets the name list.OrganizationBaseType.Builder.withNameList
(ArrayList<NameBaseType> nameList) With name list. -
Uses of NameBaseType in org.projecthusky.common.model
Subclasses of NameBaseType in org.projecthusky.common.modelModifier and TypeClassDescriptionclass
The class Name contains all fields for different name parts such as given or family.Methods in org.projecthusky.common.model that return NameBaseTypeModifier and TypeMethodDescriptionstatic NameBaseType
Name.createNameBaseType
(EN hl7CdaR2Value) Creates the base type from the given HL7 CDA R2 value.Methods in org.projecthusky.common.model with parameters of type NameBaseTypeModifier and TypeMethodDescriptionstatic EN
Name.createHl7CdaR2En
(NameBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.static ON
Name.createHl7CdaR2On
(NameBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.static ON
Organization.createHl7CdaR2On
(NameBaseType baseType) Creates the HL7 CDA R2 data type from the string name.static PN
Name.createHl7CdaR2Pn
(NameBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.static TN
Name.createHl7CdaR2Tn
(NameBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.void
Name.set
(NameBaseType baseType) Sets the fields of the current instance by the given base type.Constructors in org.projecthusky.common.model with parameters of type NameBaseTypeModifierConstructorDescriptionName
(NameBaseType baseType) Instantiates a new instance from the given base type.