Uses of Class
com.ibm.fhir.model.resource.PractitionerRole.AvailableTime
-
Packages that use PractitionerRole.AvailableTime Package Description com.ibm.fhir.model.resource -
-
Uses of PractitionerRole.AvailableTime in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return PractitionerRole.AvailableTime Modifier and Type Method Description PractitionerRole.AvailableTime
PractitionerRole.AvailableTime.Builder. build()
Build thePractitionerRole.AvailableTime
Methods in com.ibm.fhir.model.resource that return types with arguments of type PractitionerRole.AvailableTime Modifier and Type Method Description 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 com.ibm.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)
Method parameters in com.ibm.fhir.model.resource with type arguments of type PractitionerRole.AvailableTime Modifier and Type Method Description PractitionerRole.Builder
PractitionerRole.Builder. availableTime(Collection<PractitionerRole.AvailableTime> availableTime)
A collection of times the practitioner is available or performing this role at the location and/or healthcareservice.
-