
Uses of Class
org.hl7.fhir.r5.model.ResearchSubject
Packages that use ResearchSubject
-
Uses of ResearchSubject in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchSubjectModifier and TypeMethodDescriptionprotected ResearchSubjectJsonParser.parseResearchSubject(com.google.gson.JsonObject json) protected ResearchSubjectXmlParser.parseResearchSubject(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ResearchSubjectModifier and TypeMethodDescriptionprotected voidJsonParser.composeResearchSubject(String name, ResearchSubject element) protected voidRdfParser.composeResearchSubject(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchSubject element, int index) protected voidXmlParser.composeResearchSubject(String name, ResearchSubject element) protected voidXmlParser.composeResearchSubjectElements(ResearchSubject element) protected voidJsonParser.composeResearchSubjectProperties(ResearchSubject element) protected booleanXmlParser.parseResearchSubjectContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchSubject res) protected voidJsonParser.parseResearchSubjectProperties(com.google.gson.JsonObject json, ResearchSubject res) -
Uses of ResearchSubject in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ResearchSubjectModifier and TypeMethodDescriptionResearchSubject.addConsent(Reference t) ResearchSubject.addIdentifier(Identifier t) ResearchSubject.addProgress(ResearchSubject.ResearchSubjectProgressComponent t) ResearchSubject.copy()ResearchSubject.setActualComparisonGroup(String value) ResearchSubject.setActualComparisonGroupElement(IdType value) ResearchSubject.setAssignedComparisonGroup(String value) ResearchSubject.setAssignedComparisonGroupElement(IdType value) ResearchSubject.setConsent(List<Reference> theConsent) ResearchSubject.setIdentifier(List<Identifier> theIdentifier) ResearchSubject.setProgress(List<ResearchSubject.ResearchSubjectProgressComponent> theProgress) ResearchSubject.setStatus(Enumerations.PublicationStatus value) ResearchSubject.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) ResearchSubject.setSubject(Reference value) protected ResearchSubjectResearchSubject.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type ResearchSubject