Uses of Class
org.linuxforhealth.fhir.model.resource.EpisodeOfCare.Diagnosis
-
Packages that use EpisodeOfCare.Diagnosis Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of EpisodeOfCare.Diagnosis in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return EpisodeOfCare.Diagnosis Modifier and Type Method Description EpisodeOfCare.DiagnosisEpisodeOfCare.Diagnosis.Builder. build()Build theEpisodeOfCare.DiagnosisMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type EpisodeOfCare.Diagnosis Modifier and Type Method Description java.util.List<EpisodeOfCare.Diagnosis>EpisodeOfCare. getDiagnosis()The list of diagnosis relevant to this episode of care.Methods in org.linuxforhealth.fhir.model.resource with parameters of type EpisodeOfCare.Diagnosis Modifier and Type Method Description EpisodeOfCare.BuilderEpisodeOfCare.Builder. diagnosis(EpisodeOfCare.Diagnosis... diagnosis)The list of diagnosis relevant to this episode of care.protected EpisodeOfCare.Diagnosis.BuilderEpisodeOfCare.Diagnosis.Builder. from(EpisodeOfCare.Diagnosis diagnosis)protected voidEpisodeOfCare.Diagnosis.Builder. validate(EpisodeOfCare.Diagnosis diagnosis)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type EpisodeOfCare.Diagnosis Modifier and Type Method Description EpisodeOfCare.BuilderEpisodeOfCare.Builder. diagnosis(java.util.Collection<EpisodeOfCare.Diagnosis> diagnosis)The list of diagnosis relevant to this episode of care.
-