Uses of Class
org.linuxforhealth.fhir.model.resource.EpisodeOfCare
-
Packages that use EpisodeOfCare Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of EpisodeOfCare in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return EpisodeOfCare Modifier and Type Method Description EpisodeOfCare
EpisodeOfCare.Builder. build()
Build theEpisodeOfCare
Methods in org.linuxforhealth.fhir.model.resource with parameters of type EpisodeOfCare Modifier and Type Method Description protected EpisodeOfCare.Builder
EpisodeOfCare.Builder. from(EpisodeOfCare episodeOfCare)
protected void
EpisodeOfCare.Builder. validate(EpisodeOfCare episodeOfCare)
-
Uses of EpisodeOfCare in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type EpisodeOfCare Modifier and Type Method Description boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, EpisodeOfCare episodeOfCare)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, EpisodeOfCare episodeOfCare)
-