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 TypeMethodDescriptionvoidOrganizationBaseType.addName(NameBaseType value) Adds a name.booleanOrganizationBaseType.contains(NameBaseType value) Checks whether the list member contains the given value.voidOrganizationBaseType.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 TypeMethodDescriptionvoidOrganizationBaseType.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 TypeClassDescriptionclassThe 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 NameBaseTypeName.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 ENName.createHl7CdaR2En(NameBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.static ONName.createHl7CdaR2On(NameBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.static ONOrganization.createHl7CdaR2On(NameBaseType baseType) Creates the HL7 CDA R2 data type from the string name.static PNName.createHl7CdaR2Pn(NameBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.static TNName.createHl7CdaR2Tn(NameBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.voidName.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.