Uses of Class
org.linuxforhealth.fhir.model.resource.PaymentNotice
-
Packages that use PaymentNotice Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of PaymentNotice in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return PaymentNotice Modifier and Type Method Description PaymentNotice
PaymentNotice.Builder. build()
Build thePaymentNotice
Methods in org.linuxforhealth.fhir.model.resource with parameters of type PaymentNotice Modifier and Type Method Description protected PaymentNotice.Builder
PaymentNotice.Builder. from(PaymentNotice paymentNotice)
protected void
PaymentNotice.Builder. validate(PaymentNotice paymentNotice)
-
Uses of PaymentNotice in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type PaymentNotice Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, PaymentNotice paymentNotice)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, PaymentNotice paymentNotice)
-