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