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.ParticipantInvoice.Participant.Builder. build()Build theInvoice.ParticipantMethods 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.BuilderInvoice.Participant.Builder. from(Invoice.Participant participant)Invoice.BuilderInvoice.Builder. participant(Invoice.Participant... participant)Indicates who or what performed or participated in the charged service.protected voidInvoice.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.BuilderInvoice.Builder. participant(java.util.Collection<Invoice.Participant> participant)Indicates who or what performed or participated in the charged service.
-