Uses of Class
org.projecthusky.common.basetypes.TelecomBaseType
Packages that use TelecomBaseType
-
Uses of TelecomBaseType in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return TelecomBaseTypeModifier and TypeMethodDescriptionTelecomBaseType.Builder.build()Builds the.OrganizationBaseType.getPrimaryTelecom()Gets the primary telecom.Methods in org.projecthusky.common.basetypes that return types with arguments of type TelecomBaseTypeMethods in org.projecthusky.common.basetypes with parameters of type TelecomBaseTypeModifier and TypeMethodDescriptionvoidOrganizationBaseType.addTelecom(TelecomBaseType value) Adds a telecom Element.booleanOrganizationBaseType.contains(TelecomBaseType value) Checks whether the list member contains the given value.voidOrganizationBaseType.setPrimaryTelecom(TelecomBaseType primaryTelecom) Sets the primary telecom.OrganizationBaseType.Builder.withPrimaryTelecom(TelecomBaseType primaryTelecom) With primary telecom.Method parameters in org.projecthusky.common.basetypes with type arguments of type TelecomBaseTypeModifier and TypeMethodDescriptionvoidOrganizationBaseType.setTelecomList(List<TelecomBaseType> telecomList) Sets the telecom list.OrganizationBaseType.Builder.withTelecomList(ArrayList<TelecomBaseType> telecomList) With telecom list. -
Uses of TelecomBaseType in org.projecthusky.common.model
Subclasses of TelecomBaseType in org.projecthusky.common.modelModifier and TypeClassDescriptionclassThe class Telecom contains all necessary fields for mean of communication such as a eMail, phone or website.Methods in org.projecthusky.common.model that return TelecomBaseTypeModifier and TypeMethodDescriptionstatic TelecomBaseTypeTelecom.createTelecomBaseType(TEL hl7CdaR2Value) Creates the base type from the given HL7 CDA R2 value.Methods in org.projecthusky.common.model with parameters of type TelecomBaseTypeModifier and TypeMethodDescriptionstatic TELTelecom.createHl7CdaR2Tel(TelecomBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.voidTelecom.set(TelecomBaseType baseType) Sets the fields of the current instance by the given base type.Constructors in org.projecthusky.common.model with parameters of type TelecomBaseTypeModifierConstructorDescriptionTelecom(TelecomBaseType baseType) Instantiates a new instance from the given base type.