
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 PaymentNoticeJsonParser.parsePaymentNotice(com.google.gson.JsonObject json) protected PaymentNoticeXmlParser.parsePaymentNotice(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type PaymentNoticeModifier and TypeMethodDescriptionprotected voidJsonParser.composePaymentNotice(String name, PaymentNotice element) protected voidRdfParser.composePaymentNotice(Turtle.Complex parent, String parentType, String name, PaymentNotice element, int index) protected voidXmlParser.composePaymentNotice(String name, PaymentNotice element) protected voidXmlParser.composePaymentNoticeElements(PaymentNotice element) protected voidJsonParser.composePaymentNoticeInner(PaymentNotice element) protected booleanXmlParser.parsePaymentNoticeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PaymentNotice res) protected voidJsonParser.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 PaymentNoticePaymentNotice.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type PaymentNotice