Uses of Class
ca.uhn.fhir.model.dstu2.resource.ClaimResponse.Note
-
Packages that use ClaimResponse.Note Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ClaimResponse.Note in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ClaimResponse.Note Modifier and Type Method Description ClaimResponse.NoteClaimResponse. addNote()Adds and returns a new value for note ()ClaimResponse.NoteClaimResponse. getNoteFirstRep()Gets the first repetition for note (), creating it if it does not already exist.ClaimResponse.NoteClaimResponse.Note. setNumber(int theInteger)Sets the value for number ()ClaimResponse.NoteClaimResponse.Note. setNumber(ca.uhn.fhir.model.primitive.PositiveIntDt theValue)Sets the value(s) for number ()ClaimResponse.NoteClaimResponse.Note. setText(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for text ()ClaimResponse.NoteClaimResponse.Note. setText(String theString)Sets the value for text ()ClaimResponse.NoteClaimResponse.Note. setType(CodingDt theValue)Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ClaimResponse.Note Modifier and Type Method Description List<ClaimResponse.Note>ClaimResponse. getNote()Gets the value(s) for note ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ClaimResponse.Note Modifier and Type Method Description ClaimResponseClaimResponse. 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.Note Modifier and Type Method Description ClaimResponseClaimResponse. setNote(List<ClaimResponse.Note> theValue)Sets the value(s) for note ()
-