Uses of Class
org.linuxforhealth.fhir.model.resource.Invoice.Participant
-
Packages that use Invoice.Participant Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Invoice.Participant in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Invoice.Participant Modifier and Type Method Description Invoice.Participant
Invoice.Participant.Builder. build()
Build theInvoice.Participant
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Invoice.Participant Modifier and Type Method Description java.util.List<Invoice.Participant>
Invoice. getParticipant()
Indicates who or what performed or participated in the charged service.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Invoice.Participant Modifier and Type Method Description protected Invoice.Participant.Builder
Invoice.Participant.Builder. from(Invoice.Participant participant)
Invoice.Builder
Invoice.Builder. participant(Invoice.Participant... participant)
Indicates who or what performed or participated in the charged service.protected void
Invoice.Participant.Builder. validate(Invoice.Participant participant)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Invoice.Participant Modifier and Type Method Description Invoice.Builder
Invoice.Builder. participant(java.util.Collection<Invoice.Participant> participant)
Indicates who or what performed or participated in the charged service.
-