Uses of Class
org.linuxforhealth.fhir.model.resource.Citation.CitedArtifact.StatusDate
-
Packages that use Citation.CitedArtifact.StatusDate Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Citation.CitedArtifact.StatusDate in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Citation.CitedArtifact.StatusDate Modifier and Type Method Description Citation.CitedArtifact.StatusDate
Citation.CitedArtifact.StatusDate.Builder. build()
Build theCitation.CitedArtifact.StatusDate
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Citation.CitedArtifact.StatusDate Modifier and Type Method Description java.util.List<Citation.CitedArtifact.StatusDate>
Citation.CitedArtifact. getStatusDate()
An effective date or period for a status of the cited artifact.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Citation.CitedArtifact.StatusDate Modifier and Type Method Description protected Citation.CitedArtifact.StatusDate.Builder
Citation.CitedArtifact.StatusDate.Builder. from(Citation.CitedArtifact.StatusDate statusDate)
Citation.CitedArtifact.Builder
Citation.CitedArtifact.Builder. statusDate(Citation.CitedArtifact.StatusDate... statusDate)
An effective date or period for a status of the cited artifact.protected void
Citation.CitedArtifact.StatusDate.Builder. validate(Citation.CitedArtifact.StatusDate statusDate)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Citation.CitedArtifact.StatusDate Modifier and Type Method Description Citation.CitedArtifact.Builder
Citation.CitedArtifact.Builder. statusDate(java.util.Collection<Citation.CitedArtifact.StatusDate> statusDate)
An effective date or period for a status of the cited artifact.
-