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