Uses of Enum Class
org.projecthusky.common.hl7cdar2.EntityClassDevice
Packages that use EntityClassDevice
Package
Description
Generated classes from the HL7 CDA R2 specifications with JAXB.
-
Uses of EntityClassDevice in org.projecthusky.common.hl7cdar2
Fields in org.projecthusky.common.hl7cdar2 declared as EntityClassDeviceModifier and TypeFieldDescriptionprotected EntityClassDevicePOCDMT000040AuthoringDevice.classCodeprotected EntityClassDevicePOCDMT000040Device.classCodeMethods in org.projecthusky.common.hl7cdar2 that return EntityClassDeviceModifier and TypeMethodDescriptionstatic @NonNull EntityClassDevice@NonNull EntityClassDevicePOCDMT000040AuthoringDevice.getClassCode()Ruft den Wert der classCode-Eigenschaft ab.@NonNull EntityClassDevicePOCDMT000040Device.getClassCode()Ruft den Wert der classCode-Eigenschaft ab.static EntityClassDeviceReturns the enum constant of this class with the specified name.static EntityClassDevice[]EntityClassDevice.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 EntityClassDeviceModifier and TypeMethodDescriptionvoidPOCDMT000040AuthoringDevice.setClassCode(EntityClassDevice value) Legt den Wert der classCode-Eigenschaft fest.voidPOCDMT000040Device.setClassCode(EntityClassDevice value) Legt den Wert der classCode-Eigenschaft fest.