| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Schedule |
JsonParser.parseSchedule(com.google.gson.JsonObject json) |
protected Schedule |
XmlParser.parseSchedule(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeSchedule(String name,
Schedule element) |
protected void |
XmlParser.composeSchedule(String name,
Schedule element) |
protected void |
RdfParser.composeSchedule(Turtle.Complex parent,
String parentType,
String name,
Schedule element,
int index) |
protected void |
XmlParser.composeScheduleElements(Schedule element) |
protected void |
JsonParser.composeScheduleInner(Schedule element) |
protected boolean |
XmlParser.parseScheduleContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Schedule res) |
protected void |
JsonParser.parseScheduleProperties(com.google.gson.JsonObject json,
Schedule res) |
| Modifier and Type | Field and Description |
|---|---|
protected Schedule |
Slot.scheduleTarget
The actual object that is the target of the reference (The schedule resource that this slot defines an interval of status information.)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.copyValues(Schedule dst) |
Slot |
Slot.setScheduleTarget(Schedule value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.