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 XInformationRecipientRole
POCDMT000040IntendedRecipient.classCode
Methods in org.projecthusky.common.hl7cdar2 that return XInformationRecipientRoleModifier and TypeMethodDescriptionstatic @NonNull XInformationRecipientRole
@NonNull XInformationRecipientRole
POCDMT000040IntendedRecipient.getClassCode()
Ruft den Wert der classCode-Eigenschaft ab.static XInformationRecipientRole
Returns 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 TypeMethodDescriptionvoid
POCDMT000040IntendedRecipient.setClassCode
(XInformationRecipientRole value) Legt den Wert der classCode-Eigenschaft fest.