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