
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.Note
Packages that use ClaimResponse.Note
-
Uses of ClaimResponse.Note in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ClaimResponse.NoteModifier and TypeMethodDescriptionClaimResponse.addNote()
Adds and returns a new value for note ()ClaimResponse.getNoteFirstRep()
Gets the first repetition for note (), creating it if it does not already exist.ClaimResponse.Note.setNumber
(int theInteger) Sets the value for number ()ClaimResponse.Note.setNumber
(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for number ()ClaimResponse.Note.setText
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for text ()Sets the value for text ()Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ClaimResponse.NoteMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type ClaimResponse.NoteModifier and TypeMethodDescriptionClaimResponse.addNote
(ClaimResponse.Note theValue) Adds a given new value for note ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ClaimResponse.NoteModifier and TypeMethodDescriptionClaimResponse.setNote
(List<ClaimResponse.Note> theValue) Sets the value(s) for note ()