Uses of Class
ca.uhn.fhir.model.dstu2.resource.PaymentReconciliation.Detail
-
Uses of PaymentReconciliation.Detail in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionPaymentReconciliation.addDetail()
Adds and returns a new value for detail ()PaymentReconciliation.getDetailFirstRep()
Gets the first repetition for detail (), creating it if it does not already exist.Sets the value(s) for amount ()PaymentReconciliation.Detail.setDate
(ca.uhn.fhir.model.primitive.DateDt theValue) Sets the value(s) for date ()PaymentReconciliation.Detail.setDate
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for date ()PaymentReconciliation.Detail.setDateWithDayPrecision
(Date theDate) Sets the value for date ()PaymentReconciliation.Detail.setPayee
(ResourceReferenceDt theValue) Sets the value(s) for payee ()PaymentReconciliation.Detail.setRequest
(ResourceReferenceDt theValue) Sets the value(s) for request ()PaymentReconciliation.Detail.setResponce
(ResourceReferenceDt theValue) Sets the value(s) for responce ()PaymentReconciliation.Detail.setSubmitter
(ResourceReferenceDt theValue) Sets the value(s) for submitter ()Sets the value(s) for type ()Modifier and TypeMethodDescriptionPaymentReconciliation.getDetail()
Gets the value(s) for detail ().Modifier and TypeMethodDescriptionPaymentReconciliation.addDetail
(PaymentReconciliation.Detail theValue) Adds a given new value for detail ()Modifier and TypeMethodDescriptionPaymentReconciliation.setDetail
(List<PaymentReconciliation.Detail> theValue) Sets the value(s) for detail ()