Uses of Class
org.hl7.fhir.dstu2.model.PaymentNotice
Packages that use PaymentNotice
-
Uses of PaymentNotice in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type PaymentNoticeModifier and TypeMethodDescriptionprotected voidJsonParser.composePaymentNotice(String name, PaymentNotice element)protected voidXmlParser.composePaymentNotice(String name, PaymentNotice element)protected voidJsonParser.composePaymentNoticeInner(PaymentNotice element) -
Uses of PaymentNotice in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return PaymentNoticeModifier and TypeMethodDescriptionPaymentNotice.addIdentifier(Identifier t)PaymentNotice.copy()PaymentNotice.setCreated(Date value)PaymentNotice.setCreatedElement(DateTimeType value)PaymentNotice.setOrganization(Reference value)PaymentNotice.setOrganizationTarget(Organization value)PaymentNotice.setOriginalRuleset(Coding value)PaymentNotice.setPaymentStatus(Coding 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.setRuleset(Coding value)PaymentNotice.setTargetTarget(Organization value)protected PaymentNoticePaymentNotice.typedCopy()