Uses of Class
org.projecthusky.common.hl7cdar2.EN
Packages that use EN
Package
Description
Generated classes from the HL7 CDA R2 specifications with JAXB.
-
Uses of EN in org.projecthusky.cda.elga.generated.artdecor
Subclasses of EN in org.projecthusky.cda.elga.generated.artdecorModifier and TypeClassDescriptionclass
atcdabbr_other_OrganizationNameCompilationclass
atcdabbr_other_PersonNameCompilationG1Mclass
atcdabbr_other_PersonNameCompilationG2M -
Uses of EN in org.projecthusky.cda.elga.generated.artdecor.base
Subclasses of EN in org.projecthusky.cda.elga.generated.artdecor.base -
Uses of EN in org.projecthusky.cda.elga.generated.artdecor.emed
Subclasses of EN in org.projecthusky.cda.elga.generated.artdecor.emed -
Uses of EN in org.projecthusky.cda.elga.generated.artdecor.ems
Subclasses of EN in org.projecthusky.cda.elga.generated.artdecor.emsModifier and TypeClassDescriptionclass
atcdabbr_other_OrganizationNameCompilationclass
atcdabbr_other_PersonNameCompilationG1Mclass
atcdabbr_other_PersonNameCompilationG2Mclass
epims_other_PersonNameCompilationG2Mclass
PersonElements -
Uses of EN in org.projecthusky.cda.elga.generated.artdecor.ps
Subclasses of EN in org.projecthusky.cda.elga.generated.artdecor.ps -
Uses of EN in org.projecthusky.common.hl7cdar2
Subclasses of EN in org.projecthusky.common.hl7cdar2Modifier and TypeClassDescriptionclass
A name for an organization.class
A name for a person.class
A restriction of entity name that is effectively a simple string used for a simple name for things and places.Fields in org.projecthusky.common.hl7cdar2 declared as ENModifier and TypeFieldDescriptionprotected EN
COCTMT230100UVManufacturer.name
protected EN
POCDMT000040LabeledDrug.name
protected EN
POCDMT000040Material.name
protected EN
POCDMT000040Place.name
Methods in org.projecthusky.common.hl7cdar2 that return ENModifier and TypeMethodDescriptionObjectFactory.createEN()
Create an instance ofEN
COCTMT230100UVManufacturer.getName()
Ruft den Wert der name-Eigenschaft ab.POCDMT000040LabeledDrug.getName()
Ruft den Wert der name-Eigenschaft ab.POCDMT000040Material.getName()
Ruft den Wert der name-Eigenschaft ab.POCDMT000040Place.getName()
Ruft den Wert der name-Eigenschaft ab.Methods in org.projecthusky.common.hl7cdar2 with parameters of type ENModifier and TypeMethodDescriptionvoid
Legt den Wert der name-Eigenschaft fest.void
Legt den Wert der name-Eigenschaft fest.void
Legt den Wert der name-Eigenschaft fest.void
Legt den Wert der name-Eigenschaft fest. -
Uses of EN in org.projecthusky.common.model
Methods in org.projecthusky.common.model that return ENModifier and TypeMethodDescriptionstatic EN
Name.createHl7CdaR2En
(NameBaseType baseType) Creates the HL7 CDA R2 data type from the given base type.Name.getHl7CdaR2En()
Gets the HL7 CDA R2 data type from the current instance.Methods in org.projecthusky.common.model with parameters of type ENModifier and TypeMethodDescriptionstatic NameBaseType
Name.createNameBaseType
(EN hl7CdaR2Value) Creates the base type from the given HL7 CDA R2 value.void
Sets the fields of the current instance by the given HL7 CDA R2 data type.Constructors in org.projecthusky.common.model with parameters of type EN