![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.PaymentNotice
Packages that use PaymentNotice
-
Uses of PaymentNotice in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PaymentNoticeModifier and TypeMethodDescriptionprotected PaymentNotice
JsonParser.parsePaymentNotice
(com.google.gson.JsonObject json) protected PaymentNotice
XmlParser.parsePaymentNotice
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type PaymentNoticeModifier and TypeMethodDescriptionprotected void
JsonParser.composePaymentNotice
(String name, PaymentNotice element) protected void
RdfParser.composePaymentNotice
(Turtle.Complex parent, String parentType, String name, PaymentNotice element, int index) protected void
XmlParser.composePaymentNotice
(String name, PaymentNotice element) protected void
XmlParser.composePaymentNoticeElements
(PaymentNotice element) protected void
JsonParser.composePaymentNoticeInner
(PaymentNotice element) protected boolean
XmlParser.parsePaymentNoticeContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentNotice res) protected void
JsonParser.parsePaymentNoticeProperties
(com.google.gson.JsonObject json, PaymentNotice res) -
Uses of PaymentNotice in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return PaymentNoticeModifier and TypeMethodDescriptionPaymentNotice.addIdentifier
(Identifier t) PaymentNotice.copy()
PaymentNotice.setCreated
(Date value) PaymentNotice.setCreatedElement
(DateTimeType value) PaymentNotice.setIdentifier
(List<Identifier> theIdentifier) PaymentNotice.setPayeeTarget
(Resource value) PaymentNotice.setPayment
(Reference value) PaymentNotice.setPaymentDate
(Date value) PaymentNotice.setPaymentDateElement
(DateType value) PaymentNotice.setPaymentStatus
(CodeableConcept value) PaymentNotice.setPaymentTarget
(PaymentReconciliation value) PaymentNotice.setProvider
(Reference value) PaymentNotice.setProviderTarget
(Resource value) PaymentNotice.setRecipient
(Reference value) PaymentNotice.setRecipientTarget
(Organization value) PaymentNotice.setRequest
(Reference value) PaymentNotice.setRequestTarget
(Resource value) PaymentNotice.setResponse
(Reference value) PaymentNotice.setResponseTarget
(Resource value) PaymentNotice.setStatus
(PaymentNotice.PaymentNoticeStatus value) PaymentNotice.setStatusElement
(Enumeration<PaymentNotice.PaymentNoticeStatus> value) protected PaymentNotice
PaymentNotice.typedCopy()
Methods in org.hl7.fhir.r4.model with parameters of type PaymentNotice