Uses of Class
org.linuxforhealth.fhir.model.resource.CareTeam
-
Packages that use CareTeam Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of CareTeam in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CareTeam Modifier and Type Method Description CareTeamCareTeam.Builder. build()Build theCareTeamMethods in org.linuxforhealth.fhir.model.resource with parameters of type CareTeam Modifier and Type Method Description protected CareTeam.BuilderCareTeam.Builder. from(CareTeam careTeam)protected voidCareTeam.Builder. validate(CareTeam careTeam) -
Uses of CareTeam in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type CareTeam Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, CareTeam careTeam)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, CareTeam careTeam)
-