Uses of Enum Class
org.projecthusky.common.hl7cdar2.XInformationRecipientRole
Packages that use XInformationRecipientRole
Package
Description
Generated classes from the HL7 CDA R2 specifications with JAXB.
-
Uses of XInformationRecipientRole in org.projecthusky.common.hl7cdar2
Fields in org.projecthusky.common.hl7cdar2 declared as XInformationRecipientRoleModifier and TypeFieldDescriptionprotected XInformationRecipientRolePOCDMT000040IntendedRecipient.classCodeMethods in org.projecthusky.common.hl7cdar2 that return XInformationRecipientRoleModifier and TypeMethodDescriptionstatic @NonNull XInformationRecipientRole@NonNull XInformationRecipientRolePOCDMT000040IntendedRecipient.getClassCode()Ruft den Wert der classCode-Eigenschaft ab.static XInformationRecipientRoleReturns the enum constant of this class with the specified name.static XInformationRecipientRole[]XInformationRecipientRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.projecthusky.common.hl7cdar2 with parameters of type XInformationRecipientRoleModifier and TypeMethodDescriptionvoidPOCDMT000040IntendedRecipient.setClassCode(XInformationRecipientRole value) Legt den Wert der classCode-Eigenschaft fest.