Uses of Class
com.ibm.fhir.model.type.code.NoteType
-
Packages that use NoteType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of NoteType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return NoteType Modifier and Type Method Description NoteTypeClaimResponse.ProcessNote. getType()The business purpose of the note text.NoteTypeExplanationOfBenefit.ProcessNote. getType()The business purpose of the note text.NoteTypePaymentReconciliation.ProcessNote. getType()The business purpose of the note text.Methods in com.ibm.fhir.model.resource with parameters of type NoteType Modifier and Type Method Description ClaimResponse.ProcessNote.BuilderClaimResponse.ProcessNote.Builder. type(NoteType type)The business purpose of the note text.ExplanationOfBenefit.ProcessNote.BuilderExplanationOfBenefit.ProcessNote.Builder. type(NoteType type)The business purpose of the note text.PaymentReconciliation.ProcessNote.BuilderPaymentReconciliation.ProcessNote.Builder. type(NoteType type)The business purpose of the note text. -
Uses of NoteType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as NoteType Modifier and Type Field Description static NoteTypeNoteType. DISPLAYDisplaystatic NoteTypeNoteType. PRINTPrint (Form)static NoteTypeNoteType. PRINTOPERPrint (Operator)Methods in com.ibm.fhir.model.type.code that return NoteType Modifier and Type Method Description NoteTypeNoteType.Builder. build()static NoteTypeNoteType. of(NoteType.ValueSet value)Factory method for creating NoteType objects from a passed enum value.static NoteTypeNoteType. of(String value)Factory method for creating NoteType objects from a passed string value.
-