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.AvailableTimePractitionerRole.AvailableTime.Builder. build()Build thePractitionerRole.AvailableTimeMethods 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.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 com.ibm.fhir.model.resource with type arguments of type PractitionerRole.AvailableTime Modifier and Type Method Description PractitionerRole.BuilderPractitionerRole.Builder. availableTime(Collection<PractitionerRole.AvailableTime> availableTime)A collection of times the practitioner is available or performing this role at the location and/or healthcareservice.
-