Uses of Enum Class
org.projecthusky.common.hl7cdar2.XInformationRecipient
Packages that use XInformationRecipient
Package
Description
Generated classes from the HL7 CDA R2 specifications with JAXB.
-
Uses of XInformationRecipient in org.projecthusky.common.hl7cdar2
Fields in org.projecthusky.common.hl7cdar2 declared as XInformationRecipientModifier and TypeFieldDescriptionprotected XInformationRecipient
POCDMT000040InformationRecipient.typeCode
Methods in org.projecthusky.common.hl7cdar2 that return XInformationRecipientModifier and TypeMethodDescriptionstatic @NonNull XInformationRecipient
@NonNull XInformationRecipient
POCDMT000040InformationRecipient.getTypeCode()
Ruft den Wert der typeCode-Eigenschaft ab.static XInformationRecipient
Returns the enum constant of this class with the specified name.static XInformationRecipient[]
XInformationRecipient.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 XInformationRecipientModifier and TypeMethodDescriptionvoid
POCDMT000040InformationRecipient.setTypeCode
(XInformationRecipient value) Legt den Wert der typeCode-Eigenschaft fest.