
Uses of Class
org.hl7.fhir.dstu3.model.PaymentNotice
Packages that use PaymentNotice
-
Uses of PaymentNotice in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.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.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.dstu3.model
Methods in org.hl7.fhir.dstu3.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.setOrganization(Reference value) PaymentNotice.setOrganizationTarget(Organization value) PaymentNotice.setPaymentStatus(CodeableConcept value) PaymentNotice.setProvider(Reference value) PaymentNotice.setProviderTarget(Practitioner value) PaymentNotice.setRequest(Reference value) PaymentNotice.setRequestTarget(Resource value) PaymentNotice.setResponse(Reference value) PaymentNotice.setResponseTarget(Resource value) PaymentNotice.setStatus(PaymentNotice.PaymentNoticeStatus value) PaymentNotice.setStatusDate(Date value) PaymentNotice.setStatusDateElement(DateType value) PaymentNotice.setStatusElement(Enumeration<PaymentNotice.PaymentNoticeStatus> value) PaymentNotice.setTargetTarget(Organization value) protected PaymentNoticePaymentNotice.typedCopy()