Uses of Class
com.ibm.fhir.model.resource.PractitionerRole.NotAvailable
-
Packages that use PractitionerRole.NotAvailable Package Description com.ibm.fhir.model.resource -
-
Uses of PractitionerRole.NotAvailable in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return PractitionerRole.NotAvailable Modifier and Type Method Description PractitionerRole.NotAvailable
PractitionerRole.NotAvailable.Builder. build()
Build thePractitionerRole.NotAvailable
Methods in com.ibm.fhir.model.resource that return types with arguments of type PractitionerRole.NotAvailable Modifier and Type Method Description List<PractitionerRole.NotAvailable>
PractitionerRole. getNotAvailable()
The practitioner is not available or performing this role during this period of time due to the provided reason.Methods in com.ibm.fhir.model.resource with parameters of type PractitionerRole.NotAvailable Modifier and Type Method Description protected PractitionerRole.NotAvailable.Builder
PractitionerRole.NotAvailable.Builder. from(PractitionerRole.NotAvailable notAvailable)
PractitionerRole.Builder
PractitionerRole.Builder. notAvailable(PractitionerRole.NotAvailable... notAvailable)
The practitioner is not available or performing this role during this period of time due to the provided reason.protected void
PractitionerRole.NotAvailable.Builder. validate(PractitionerRole.NotAvailable notAvailable)
Method parameters in com.ibm.fhir.model.resource with type arguments of type PractitionerRole.NotAvailable Modifier and Type Method Description PractitionerRole.Builder
PractitionerRole.Builder. notAvailable(Collection<PractitionerRole.NotAvailable> notAvailable)
The practitioner is not available or performing this role during this period of time due to the provided reason.
-