Uses of Class
org.hl7.fhir.r4.model.Enumerations.NoteType
-
Packages that use Enumerations.NoteType Package Description org.hl7.fhir.r4.model -
-
Uses of Enumerations.NoteType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Enumerations.NoteType Modifier and Type Field Description protected Enumeration<Enumerations.NoteType>ClaimResponse.NoteComponent. typeThe business purpose of the note text.protected Enumeration<Enumerations.NoteType>ExplanationOfBenefit.NoteComponent. typeThe business purpose of the note text.protected Enumeration<Enumerations.NoteType>PaymentReconciliation.NotesComponent. typeThe business purpose of the note text.Methods in org.hl7.fhir.r4.model that return Enumerations.NoteType Modifier and Type Method Description static Enumerations.NoteTypeEnumerations.NoteType. fromCode(String codeString)Enumerations.NoteTypeEnumerations.NoteTypeEnumFactory. fromCode(String codeString)Enumerations.NoteTypeClaimResponse.NoteComponent. getType()Enumerations.NoteTypeExplanationOfBenefit.NoteComponent. getType()Enumerations.NoteTypePaymentReconciliation.NotesComponent. getType()static Enumerations.NoteTypeEnumerations.NoteType. valueOf(String name)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.NoteType Modifier and Type Method Description Enumeration<Enumerations.NoteType>Enumerations.NoteTypeEnumFactory. fromType(Base code)Enumeration<Enumerations.NoteType>ClaimResponse.NoteComponent. getTypeElement()Enumeration<Enumerations.NoteType>ExplanationOfBenefit.NoteComponent. getTypeElement()Enumeration<Enumerations.NoteType>PaymentReconciliation.NotesComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type Enumerations.NoteType Modifier and Type Method Description ClaimResponse.NoteComponentClaimResponse.NoteComponent. setType(Enumerations.NoteType value)ExplanationOfBenefit.NoteComponentExplanationOfBenefit.NoteComponent. setType(Enumerations.NoteType value)PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. setType(Enumerations.NoteType value)StringEnumerations.NoteTypeEnumFactory. toCode(Enumerations.NoteType code)StringEnumerations.NoteTypeEnumFactory. toSystem(Enumerations.NoteType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Enumerations.NoteType Modifier and Type Method Description ClaimResponse.NoteComponentClaimResponse.NoteComponent. setTypeElement(Enumeration<Enumerations.NoteType> value)ExplanationOfBenefit.NoteComponentExplanationOfBenefit.NoteComponent. setTypeElement(Enumeration<Enumerations.NoteType> value)PaymentReconciliation.NotesComponentPaymentReconciliation.NotesComponent. setTypeElement(Enumeration<Enumerations.NoteType> value)
-