
Uses of Class
org.hl7.fhir.r5.model.PaymentNotice
Packages that use PaymentNotice
-
Uses of PaymentNotice in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type PaymentNoticeModifier and TypeMethodDescriptionprotected voidJsonParser.composePaymentNotice(String name, PaymentNotice element) protected voidRdfParser.composePaymentNotice(org.hl7.fhir.utilities.turtle.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.composePaymentNoticeProperties(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.r5.model
Methods in org.hl7.fhir.r5.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.setPayment(Reference value) PaymentNotice.setPaymentDate(Date value) PaymentNotice.setPaymentDateElement(DateType value) PaymentNotice.setPaymentStatus(CodeableConcept value) PaymentNotice.setRecipient(Reference value) PaymentNotice.setReporter(Reference value) PaymentNotice.setRequest(Reference value) PaymentNotice.setResponse(Reference value) PaymentNotice.setStatus(Enumerations.FinancialResourceStatusCodes value) PaymentNotice.setStatusElement(Enumeration<Enumerations.FinancialResourceStatusCodes> value) protected PaymentNoticePaymentNotice.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type PaymentNotice