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.Diagnosis
EpisodeOfCare.Diagnosis.Builder. build()
Build theEpisodeOfCare.Diagnosis
Methods 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.Builder
EpisodeOfCare.Builder. diagnosis(EpisodeOfCare.Diagnosis... diagnosis)
The list of diagnosis relevant to this episode of care.protected EpisodeOfCare.Diagnosis.Builder
EpisodeOfCare.Diagnosis.Builder. from(EpisodeOfCare.Diagnosis diagnosis)
protected void
EpisodeOfCare.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.Builder
EpisodeOfCare.Builder. diagnosis(java.util.Collection<EpisodeOfCare.Diagnosis> diagnosis)
The list of diagnosis relevant to this episode of care.
-