
Uses of Enum
org.hl7.fhir.r5.model.PaymentReconciliation.NoteType
Packages that use PaymentReconciliation.NoteType
-
Uses of PaymentReconciliation.NoteType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type PaymentReconciliation.NoteTypeModifier and TypeFieldDescriptionprotected Enumeration
<PaymentReconciliation.NoteType> PaymentReconciliation.NotesComponent.type
The business purpose of the note text.Methods in org.hl7.fhir.r5.model that return PaymentReconciliation.NoteTypeModifier and TypeMethodDescriptionPaymentReconciliation.NotesComponent.getType()
Returns the enum constant of this type with the specified name.static PaymentReconciliation.NoteType[]
PaymentReconciliation.NoteType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type PaymentReconciliation.NoteTypeModifier and TypeMethodDescriptionPaymentReconciliation.NoteTypeEnumFactory.fromType
(PrimitiveType<?> code) PaymentReconciliation.NotesComponent.getTypeElement()
Methods in org.hl7.fhir.r5.model with parameters of type PaymentReconciliation.NoteTypeModifier and TypeMethodDescriptionPaymentReconciliation.NotesComponent.setType
(PaymentReconciliation.NoteType value) PaymentReconciliation.NoteTypeEnumFactory.toCode
(PaymentReconciliation.NoteType code) PaymentReconciliation.NoteTypeEnumFactory.toSystem
(PaymentReconciliation.NoteType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type PaymentReconciliation.NoteTypeModifier and TypeMethodDescriptionPaymentReconciliation.NotesComponent.setTypeElement
(Enumeration<PaymentReconciliation.NoteType> value)