Uses of Class
org.projecthusky.common.basetypes.OrganizationBaseType
Packages that use OrganizationBaseType
Package
Description
-
Uses of OrganizationBaseType in org.projecthusky.common.at
Subclasses of OrganizationBaseType in org.projecthusky.common.atConstructors in org.projecthusky.common.at with parameters of type OrganizationBaseType -
Uses of OrganizationBaseType in org.projecthusky.common.basetypes
Methods in org.projecthusky.common.basetypes that return OrganizationBaseType -
Uses of OrganizationBaseType in org.projecthusky.common.model
Subclasses of OrganizationBaseType in org.projecthusky.common.modelModifier and TypeClassDescriptionclass
The class Organization contains all necessary fields for an organization such as a company or an association.Methods in org.projecthusky.common.model that return OrganizationBaseTypeModifier and TypeMethodDescriptionstatic OrganizationBaseType
Organization.createOrganizationBaseType
(POCDMT000040CustodianOrganization hl7CdaR2Value) Creates the base type from the given HL7 CDA R2 value.static OrganizationBaseType
Organization.createOrganizationBaseType
(POCDMT000040Organization hl7CdaR2Value) Creates the base type from the given HL7 CDA R2 value.Methods in org.projecthusky.common.model with parameters of type OrganizationBaseTypeModifier and TypeMethodDescriptionOrganization.createHl7CdaR2Pocdmt000040Custodian
(OrganizationBaseType baseType) Gets the HL7 CDA R2 data type from the given base type.Organization.createHl7CdaR2Pocdmt000040Custodian
(POCDMT000040Custodian base, OrganizationBaseType baseType) Gets the HL7 CDA R2 data type from the given base type.Organization.createHl7CdaR2Pocdmt000040InformationRecipient
(OrganizationBaseType baseType) Gets the HL7 CDA R2 data type from the given base type.Organization.createHl7CdaR2Pocdmt000040InformationRecipient
(POCDMT000040InformationRecipient base, OrganizationBaseType baseType) Gets the HL7 CDA R2 data type from the given base type.Organization.createHl7CdaR2Pocdmt000040Organization
(OrganizationBaseType baseType) Gets the HL7 CDA R2 data type from the given base type.Organization.createHl7CdaR2Pocdmt000040Organization
(POCDMT000040Organization base, OrganizationBaseType baseType) Gets the HL7 CDA R2 data type from the given base type.void
Organization.set
(OrganizationBaseType baseType) Sets the fields of the current instance by the given base type.Constructors in org.projecthusky.common.model with parameters of type OrganizationBaseTypeModifierConstructorDescriptionOrganization
(OrganizationBaseType baseType) Instantiates a new instance from the given base type. -
Uses of OrganizationBaseType in org.projecthusky.valueset.model
Methods in org.projecthusky.valueset.model that return OrganizationBaseTypeModifier and TypeMethodDescriptionVersion.getPublishingAuthority()
Gets the publishing authority (responsible organization). Ruft die Veröffentlichungsbehörde (verantwortliche Organisation) ab.Methods in org.projecthusky.valueset.model with parameters of type OrganizationBaseTypeModifier and TypeMethodDescriptionvoid
Version.setPublishingAuthority
(OrganizationBaseType publishingAuthority) Sets the publishing authority (responsible organization). Legt die Veröffentlichungsbehörde (verantwortliche Organisation) fest.Version.Builder.withPublishingAuthority
(OrganizationBaseType publishingAuthority) With publishing authority.