Uses of Enum
org.hl7.fhir.r4.model.Enumerations.NoteType
-
Uses of Enumerations.NoteType in org.hl7.fhir.r4.model
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionEnumerations.NoteTypeEnumFactory.fromType
(PrimitiveType<?> code) ClaimResponse.NoteComponent.getTypeElement()
ExplanationOfBenefit.NoteComponent.getTypeElement()
PaymentReconciliation.NotesComponent.getTypeElement()
Modifier 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) Modifier and TypeMethodDescriptionClaimResponse.NoteComponent.setTypeElement
(Enumeration<Enumerations.NoteType> value) ExplanationOfBenefit.NoteComponent.setTypeElement
(Enumeration<Enumerations.NoteType> value) PaymentReconciliation.NotesComponent.setTypeElement
(Enumeration<Enumerations.NoteType> value)