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.AvailableTime
PractitionerRole.AvailableTime.Builder. build()
Build thePractitionerRole.AvailableTime
Methods 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.Builder
PractitionerRole.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.Builder
PractitionerRole.AvailableTime.Builder. from(PractitionerRole.AvailableTime availableTime)
protected void
PractitionerRole.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.Builder
PractitionerRole.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.
-