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