Uses of Class
org.linuxforhealth.fhir.model.resource.PractitionerRole.AvailableTime
-
Packages that use PractitionerRole.AvailableTime Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of PractitionerRole.AvailableTime in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return PractitionerRole.AvailableTime Modifier and Type Method Description PractitionerRole.AvailableTimePractitionerRole.AvailableTime.Builder. build()Build thePractitionerRole.AvailableTimeMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type PractitionerRole.AvailableTime Modifier and Type Method Description java.util.List<PractitionerRole.AvailableTime>PractitionerRole. getAvailableTime()A collection of times the practitioner is available or performing this role at the location and/or healthcareservice.Methods in org.linuxforhealth.fhir.model.resource with parameters of type PractitionerRole.AvailableTime Modifier and Type Method Description PractitionerRole.BuilderPractitionerRole.Builder. availableTime(PractitionerRole.AvailableTime... availableTime)A collection of times the practitioner is available or performing this role at the location and/or healthcareservice.protected PractitionerRole.AvailableTime.BuilderPractitionerRole.AvailableTime.Builder. from(PractitionerRole.AvailableTime availableTime)protected voidPractitionerRole.AvailableTime.Builder. validate(PractitionerRole.AvailableTime availableTime)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type PractitionerRole.AvailableTime Modifier and Type Method Description PractitionerRole.BuilderPractitionerRole.Builder. availableTime(java.util.Collection<PractitionerRole.AvailableTime> availableTime)A collection of times the practitioner is available or performing this role at the location and/or healthcareservice.
-