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.StatusDateCitation.CitedArtifact.StatusDate.Builder. build()Build theCitation.CitedArtifact.StatusDateMethods 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.BuilderCitation.CitedArtifact.StatusDate.Builder. from(Citation.CitedArtifact.StatusDate statusDate)Citation.CitedArtifact.BuilderCitation.CitedArtifact.Builder. statusDate(Citation.CitedArtifact.StatusDate... statusDate)An effective date or period for a status of the cited artifact.protected voidCitation.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.BuilderCitation.CitedArtifact.Builder. statusDate(java.util.Collection<Citation.CitedArtifact.StatusDate> statusDate)An effective date or period for a status of the cited artifact. 
 -